Html Css Color HEX #55BCC0 Viking

📋 copy color: '#55BCC0'

red 85 ◦ green 188 ◦ blue 192

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

Shades of Viking #55BCC0

Tints of Viking #55BCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.43%

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

R = 18.28%
G = 40.43%
B = 41.29%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#55BCC0 (or 0x55BCC0) is known color: Viking. HEX triplet: 55, BC and C0. RGB value is (85,188,192). Sum of RGB (Red+Green+Blue) = 85+188+192=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #55BCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCC0 is #AA433F. Grayscale: #9D9D9D. Windows color (decimal): -11158336 or 12631125. OLE color: 12631125.

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

Color convert

RGB 85 188 192 -
CMYK 0.56 0.02 0 0.25
HSL 182.24º 0.46% 0.54% -
HSV(B) 182.24º 0.56% 0.75% -
XYZ 31.24 41.7 56.27 -
YUV 157.66 147.38 76.17 -
System Red Green Blue C M Y K H S L
Decimal 85 188 192 0.56 0.02 0 0.25 182.24 0.46 0.54
Hex 55 BC C0 38 2 0 19 B6 2E 36
Octal 125 274 300 70 2 0 31 266 56 66
Binary 1010101 10111100 11000000 111000 10 0 11001 10110110 101110 110110

Color Harmonies of #55BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BCC0

Black with #55BCC0

Text Example


Text Example

White with #55BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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