Html Css Color HEX #55ACD0 Viking

📋 copy color: '#55ACD0'

red 85 ◦ green 172 ◦ blue 208

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

Shades of Viking #55ACD0

Tints of Viking #55ACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.73%

R = 18.28%
G = 36.99%
B = 44.73%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#55ACD0 (or 0x55ACD0) is known color: Viking. HEX triplet: 55, AC and D0. RGB value is (85,172,208). Sum of RGB (Red+Green+Blue) = 85+172+208=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #55ACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACD0 is #AA532F. Grayscale: #959595. Windows color (decimal): -11162416 or 13675605. OLE color: 13675605.

HSL color Cylindrical-coordinate representation of color #55ACD0: hue angle of 197.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55ACD0 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 172 208 -
CMYK 0.59 0.17 0 0.18
HSL 197.56º 0.57% 0.57% -
HSV(B) 197.56º 0.59% 0.82% -
XYZ 29.88 35.99 65.05 -
YUV 150.09 160.68 81.57 -
System Red Green Blue C M Y K H S L
Decimal 85 172 208 0.59 0.17 0 0.18 197.56 0.57 0.57
Hex 55 AC D0 3B 11 0 12 C6 39 39
Octal 125 254 320 73 21 0 22 306 71 71
Binary 1010101 10101100 11010000 111011 10001 0 10010 11000110 111001 111001

Color Harmonies of #55ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACD0

Black with #55ACD0

Text Example


Text Example

White with #55ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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