Html Css Color HEX #55B2BF Viking

📋 copy color: '#55B2BF'

red 85 ◦ green 178 ◦ blue 191

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

Shades of Viking #55B2BF

Tints of Viking #55B2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.07%

R = 18.72%
G = 39.21%
B = 42.07%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#55B2BF (or 0x55B2BF) is known color: Viking. HEX triplet: 55, B2 and BF. RGB value is (85,178,191). Sum of RGB (Red+Green+Blue) = 85+178+191=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #55B2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B2BF is #AA4D40. Grayscale: #979797. Windows color (decimal): -11160897 or 12563029. OLE color: 12563029.

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

Color convert

RGB 85 178 191 -
CMYK 0.55 0.07 0 0.25
HSL 187.36º 0.45% 0.54% -
HSV(B) 187.36º 0.55% 0.75% -
XYZ 29.07 37.53 55 -
YUV 151.68 150.19 80.44 -
System Red Green Blue C M Y K H S L
Decimal 85 178 191 0.55 0.07 0 0.25 187.36 0.45 0.54
Hex 55 B2 BF 37 7 0 19 BB 2D 36
Octal 125 262 277 67 7 0 31 273 55 66
Binary 1010101 10110010 10111111 110111 111 0 11001 10111011 101101 110110

Color Harmonies of #55B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B2BF

Black with #55B2BF

Text Example


Text Example

White with #55B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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