#53bed1

Color #53BED1 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #53BED1

Tints of Viking #53BED1

Color information

#53BED1 (or 0x53BED1) is unknown color: approx Viking. HEX triplet: 53, BE and D1. RGB value is (83,190,209). Sum of RGB (Red+Green+Blue) = 83+190+209=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #53BED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BED1 is #AC412E. Grayscale: #9F9F9F. Windows color (decimal): -11288879 or 13745747. OLE color: 13745747.

HSL color Cylindrical-coordinate representation of color #53BED1: hue angle of 189.05º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53BED1 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB83190209-
CMYK0.600.0900.18
HSL189.05º57.8%57.25%-
HSV(B)189.05º60.29%81.96%-
XYZ33.4943.2766.91-
YUV160.17155.5572.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 17.22%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 209 (82.03% from 255) = 43.36%
R=17.22%
G=39.42%
B=43.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal831902090.600.0900.18189.0557.857.25
Hex53BED13C9012bd3a39
Octal12327632174110222757271
Binary10100111011111011010001111100100101001010111101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53bed1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53bed1; }

 p { color: rgb(83,190,209); }

 H1.HeaderClassName
 {
   color: #53bed1;
 }
 .AnyTagClassName
 {
   color: #53bed1;
 }
</style>
background-color css

<style>
 a { background-color: #53bed1; }

 a { background-color: rgb(83,190,209); }

 div.DivClassName
 {
   background-color: #53bed1;
 }
 .BgClassName
 {
   background-color: #53bed1;
 }
</style>
border-color css

<style>
 span { border-color: #53bed1; }

 span { border-color: rgb(83,190,209); }

 td.TdClassName
 {
   border-color: #53bed1;
 }
 .TagClassName
 {
   border-color: #53bed1;
 }
</style>