Html Css Color HEX #55B0D0 Viking

📋 copy color: '#55B0D0'

red 85 ◦ green 176 ◦ blue 208

#55B0D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #55B0D0

Tints of Viking #55B0D0

RGB

 RED value IS 85 (33.59% from 255) = 18.12%

 GREEN value IS 176 (69.14% from 255) = 37.53%

 BLUE value IS 208 (81.64% from 255) = 44.35%

R = 18.12%
G = 37.53%
B = 44.35%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#55B0D0 (or 0x55B0D0) is known color: Viking. HEX triplet: 55, B0 and D0. RGB value is (85,176,208). Sum of RGB (Red+Green+Blue) = 85+176+208=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #55B0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B0D0 is #AA4F2F. Grayscale: #989898. Windows color (decimal): -11161392 or 13676629. OLE color: 13676629.

HSL color Cylindrical-coordinate representation of color #55B0D0: hue angle of 195.61º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55B0D0 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 176 208 -
CMYK 0.59 0.15 0 0.18
HSL 195.61º 0.57% 0.57% -
HSV(B) 195.61º 0.59% 0.82% -
XYZ 30.66 37.54 65.3 -
YUV 152.44 159.35 79.9 -
System Red Green Blue C M Y K H S L
Decimal 85 176 208 0.59 0.15 0 0.18 195.61 0.57 0.57
Hex 55 B0 D0 3B F 0 12 C4 39 39
Octal 125 260 320 73 17 0 22 304 71 71
Binary 1010101 10110000 11010000 111011 1111 0 10010 11000100 111001 111001

Color Harmonies of #55B0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B0D0

Black with #55B0D0

Text Example


Text Example

White with #55B0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55B0D0; }

 p { color: rgb(85,176,208); }

 H1.HeaderClassName
 {
   color: #55B0D0;
 }
 .AnyTagClassName
 {
   color: #55B0D0;
 }
</style>

background-color css

<style>
 a { background-color: #55B0D0; }

 a { background-color: rgb(85,176,208); }

 div.DivClassName
 {
   background-color: #55B0D0;
 }
 .BgClassName
 {
   background-color: #55B0D0;
 }
</style>

border-color css

<style>
 span { border-color: #55B0D0; }

 span { border-color: rgb(85,176,208); }

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