Html Css Color HEX #55ACC0 Viking

📋 copy color: '#55ACC0'

red 85 ◦ green 172 ◦ blue 192

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

Shades of Viking #55ACC0

Tints of Viking #55ACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.31%

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

R = 18.93%
G = 38.31%
B = 42.76%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#55ACC0 (or 0x55ACC0) is known color: Viking. HEX triplet: 55, AC and C0. RGB value is (85,172,192). Sum of RGB (Red+Green+Blue) = 85+172+192=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #55ACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACC0 is #AA533F. Grayscale: #949494. Windows color (decimal): -11162432 or 12627029. OLE color: 12627029.

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

Color convert

RGB 85 172 192 -
CMYK 0.56 0.10 0 0.25
HSL 191.22º 0.46% 0.54% -
HSV(B) 191.22º 0.56% 0.75% -
XYZ 28.01 35.24 55.2 -
YUV 148.27 152.68 82.87 -
System Red Green Blue C M Y K H S L
Decimal 85 172 192 0.56 0.10 0 0.25 191.22 0.46 0.54
Hex 55 AC C0 38 A 0 19 BF 2E 36
Octal 125 254 300 70 12 0 31 277 56 66
Binary 1010101 10101100 11000000 111000 1010 0 11001 10111111 101110 110110

Color Harmonies of #55ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACC0

Black with #55ACC0

Text Example


Text Example

White with #55ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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