Html Css Color HEX #55BBBF Viking

📋 copy color: '#55BBBF'

red 85 ◦ green 187 ◦ blue 191

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

Shades of Viking #55BBBF

Tints of Viking #55BBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.39%

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

R = 18.36%
G = 40.39%
B = 41.25%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#55BBBF (or 0x55BBBF) is known color: Viking. HEX triplet: 55, BB and BF. RGB value is (85,187,191). Sum of RGB (Red+Green+Blue) = 85+187+191=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #55BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBBF is #AA4440. Grayscale: #9C9C9C. Windows color (decimal): -11158593 or 12565333. OLE color: 12565333.

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

Color convert

RGB 85 187 191 -
CMYK 0.55 0.02 0 0.25
HSL 182.26º 0.45% 0.54% -
HSV(B) 182.26º 0.55% 0.75% -
XYZ 30.92 41.23 55.62 -
YUV 156.96 147.21 76.67 -
System Red Green Blue C M Y K H S L
Decimal 85 187 191 0.55 0.02 0 0.25 182.26 0.45 0.54
Hex 55 BB BF 37 2 0 19 B6 2D 36
Octal 125 273 277 67 2 0 31 266 55 66
Binary 1010101 10111011 10111111 110111 10 0 11001 10110110 101101 110110

Color Harmonies of #55BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BBBF

Black with #55BBBF

Text Example


Text Example

White with #55BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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