Html Css Color HEX #55B0BD Viking

📋 copy color: '#55B0BD'

red 85 ◦ green 176 ◦ blue 189

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

Shades of Viking #55B0BD

Tints of Viking #55B0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42%

R = 18.89%
G = 39.11%
B = 42%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#55B0BD (or 0x55B0BD) is known color: Viking. HEX triplet: 55, B0 and BD. RGB value is (85,176,189). Sum of RGB (Red+Green+Blue) = 85+176+189=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #55B0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B0BD is #AA4F42. Grayscale: #969696. Windows color (decimal): -11161411 or 12431445. OLE color: 12431445.

HSL color Cylindrical-coordinate representation of color #55B0BD: hue angle of 187.5º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55B0BD is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 176 189 -
CMYK 0.55 0.07 0 0.26
HSL 187.5º 0.44% 0.54% -
HSV(B) 187.5º 0.55% 0.74% -
XYZ 28.46 36.66 53.72 -
YUV 150.27 149.85 81.44 -
System Red Green Blue C M Y K H S L
Decimal 85 176 189 0.55 0.07 0 0.26 187.5 0.44 0.54
Hex 55 B0 BD 37 7 0 1A BC 2C 36
Octal 125 260 275 67 7 0 32 274 54 66
Binary 1010101 10110000 10111101 110111 111 0 11010 10111100 101100 110110

Color Harmonies of #55B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B0BD

Black with #55B0BD

Text Example


Text Example

White with #55B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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