Html Css Color HEX #55B2BE Viking

📋 copy color: '#55B2BE'

red 85 ◦ green 178 ◦ blue 190

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

Shades of Viking #55B2BE

Tints of Viking #55B2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 18.76%
G = 39.29%
B = 41.94%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#55B2BE (or 0x55B2BE) is known color: Viking. HEX triplet: 55, B2 and BE. RGB value is (85,178,190). Sum of RGB (Red+Green+Blue) = 85+178+190=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #55B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B2BE is #AA4D41. Grayscale: #979797. Windows color (decimal): -11160898 or 12497493. OLE color: 12497493.

HSL color Cylindrical-coordinate representation of color #55B2BE: hue angle of 186.86º 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 #55B2BE is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 178 190 -
CMYK 0.55 0.06 0 0.25
HSL 186.86º 0.45% 0.54% -
HSV(B) 186.86º 0.55% 0.75% -
XYZ 28.96 37.49 54.43 -
YUV 151.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 85 178 190 0.55 0.06 0 0.25 186.86 0.45 0.54
Hex 55 B2 BE 37 6 0 19 BB 2D 36
Octal 125 262 276 67 6 0 31 273 55 66
Binary 1010101 10110010 10111110 110111 110 0 11001 10111011 101101 110110

Color Harmonies of #55B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B2BE

Black with #55B2BE

Text Example


Text Example

White with #55B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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