Html Css Color HEX #55B2D0 Viking

📋 copy color: '#55B2D0'

red 85 ◦ green 178 ◦ blue 208

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

Shades of Viking #55B2D0

Tints of Viking #55B2D0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.79%

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

R = 18.05%
G = 37.79%
B = 44.16%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#55B2D0 (or 0x55B2D0) is known color: Viking. HEX triplet: 55, B2 and D0. RGB value is (85,178,208). Sum of RGB (Red+Green+Blue) = 85+178+208=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #55B2D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B2D0 is #AA4D2F. Grayscale: #999999. Windows color (decimal): -11160880 or 13677141. OLE color: 13677141.

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

Color convert

RGB 85 178 208 -
CMYK 0.59 0.14 0 0.18
HSL 194.63º 0.57% 0.57% -
HSV(B) 194.63º 0.59% 0.82% -
XYZ 31.05 38.33 65.44 -
YUV 153.61 158.69 79.06 -
System Red Green Blue C M Y K H S L
Decimal 85 178 208 0.59 0.14 0 0.18 194.63 0.57 0.57
Hex 55 B2 D0 3B E 0 12 C3 39 39
Octal 125 262 320 73 16 0 22 303 71 71
Binary 1010101 10110010 11010000 111011 1110 0 10010 11000011 111001 111001

Color Harmonies of #55B2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B2D0

Black with #55B2D0

Text Example


Text Example

White with #55B2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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