#53B9D2

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

Shades of Viking #53B9D2

Tints of Viking #53B9D2

Color information

#53B9D2 (or 0x53B9D2) is unknown color: approx Viking. HEX triplet: 53, B9 and D2. RGB value is (83,185,210). Sum of RGB (Red+Green+Blue) = 83+185+210=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #53B9D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B9D2 is #AC462D. Grayscale: #9D9D9D. Windows color (decimal): -11290158 or 13810003. OLE color: 13810003.

HSL color Cylindrical-coordinate representation of color #53B9D2: hue angle of 191.81º degrees, saturation: 0.59, 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 #53B9D2 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB83185210-
CMYK0.600.1200.18
HSL191.81º58.53%57.45%-
HSV(B)191.81º60.48%82.35%-
XYZ32.5541.1967.21-
YUV157.35157.7174.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.36%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 210 (82.42% from 255) = 43.93%
R=17.36%
G=38.70%
B=43.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal831852100.600.1200.18191.8158.5357.45
Hex53B9D23CC012c03b39
Octal12327132274140223007371
Binary10100111011100111010010111100110001001011000000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,185,210); }

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

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

 a { background-color: rgb(83,185,210); }

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

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

 span { border-color: rgb(83,185,210); }

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