Html Css Color HEX #55B8D0 Viking

📋 copy color: '#55B8D0'

red 85 ◦ green 184 ◦ blue 208

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

Shades of Viking #55B8D0

Tints of Viking #55B8D0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.57%

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

R = 17.82%
G = 38.57%
B = 43.61%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#55B8D0 (or 0x55B8D0) is known color: Viking. HEX triplet: 55, B8 and D0. RGB value is (85,184,208). Sum of RGB (Red+Green+Blue) = 85+184+208=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #55B8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B8D0 is #AA472F. Grayscale: #9C9C9C. Windows color (decimal): -11159344 or 13678677. OLE color: 13678677.

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

Color convert

RGB 85 184 208 -
CMYK 0.59 0.12 0 0.18
HSL 191.71º 0.57% 0.57% -
HSV(B) 191.71º 0.59% 0.82% -
XYZ 32.27 40.77 65.84 -
YUV 157.14 156.7 76.55 -
System Red Green Blue C M Y K H S L
Decimal 85 184 208 0.59 0.12 0 0.18 191.71 0.57 0.57
Hex 55 B8 D0 3B C 0 12 C0 39 39
Octal 125 270 320 73 14 0 22 300 71 71
Binary 1010101 10111000 11010000 111011 1100 0 10010 11000000 111001 111001

Color Harmonies of #55B8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B8D0

Black with #55B8D0

Text Example


Text Example

White with #55B8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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