Html Css Color HEX #55B1BF Viking

📋 copy color: '#55B1BF'

red 85 ◦ green 177 ◦ blue 191

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

Shades of Viking #55B1BF

Tints of Viking #55B1BF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.07%

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

R = 18.76%
G = 39.07%
B = 42.16%

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

#55B1BF (or 0x55B1BF) is known color: Viking. HEX triplet: 55, B1 and BF. RGB value is (85,177,191). Sum of RGB (Red+Green+Blue) = 85+177+191=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #55B1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B1BF is #AA4E40. Grayscale: #969696. Windows color (decimal): -11161153 or 12562773. OLE color: 12562773.

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

Color convert

RGB 85 177 191 -
CMYK 0.55 0.07 0 0.25
HSL 187.92º 0.45% 0.54% -
HSV(B) 187.92º 0.55% 0.75% -
XYZ 28.87 37.14 54.94 -
YUV 151.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 85 177 191 0.55 0.07 0 0.25 187.92 0.45 0.54
Hex 55 B1 BF 37 7 0 19 BC 2D 36
Octal 125 261 277 67 7 0 31 274 55 66
Binary 1010101 10110001 10111111 110111 111 0 11001 10111100 101101 110110

Color Harmonies of #55B1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B1BF

Black with #55B1BF

Text Example


Text Example

White with #55B1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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