Html Css Color HEX #55BBC0 Viking

📋 copy color: '#55BBC0'

red 85 ◦ green 187 ◦ blue 192

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

Shades of Viking #55BBC0

Tints of Viking #55BBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.38%

R = 18.32%
G = 40.3%
B = 41.38%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#55BBC0 (or 0x55BBC0) is known color: Viking. HEX triplet: 55, BB and C0. RGB value is (85,187,192). Sum of RGB (Red+Green+Blue) = 85+187+192=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #55BBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBC0 is #AA443F. Grayscale: #9C9C9C. Windows color (decimal): -11158592 or 12630869. OLE color: 12630869.

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

Color convert

RGB 85 187 192 -
CMYK 0.56 0.03 0 0.25
HSL 182.8º 0.46% 0.54% -
HSV(B) 182.8º 0.56% 0.75% -
XYZ 31.03 41.28 56.2 -
YUV 157.07 147.71 76.59 -
System Red Green Blue C M Y K H S L
Decimal 85 187 192 0.56 0.03 0 0.25 182.8 0.46 0.54
Hex 55 BB C0 38 3 0 19 B7 2E 36
Octal 125 273 300 70 3 0 31 267 56 66
Binary 1010101 10111011 11000000 111000 11 0 11001 10110111 101110 110110

Color Harmonies of #55BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BBC0

Black with #55BBC0

Text Example


Text Example

White with #55BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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