Html Css Color HEX #55ACCD Viking

📋 copy color: '#55ACCD'

red 85 ◦ green 172 ◦ blue 205

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

Shades of Viking #55ACCD

Tints of Viking #55ACCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 18.4%
G = 37.23%
B = 44.37%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#55ACCD (or 0x55ACCD) is known color: Viking. HEX triplet: 55, AC and CD. RGB value is (85,172,205). Sum of RGB (Red+Green+Blue) = 85+172+205=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #55ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACCD is #AA5332. Grayscale: #959595. Windows color (decimal): -11162419 or 13478997. OLE color: 13478997.

HSL color Cylindrical-coordinate representation of color #55ACCD: hue angle of 196.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55ACCD is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 172 205 -
CMYK 0.59 0.16 0 0.20
HSL 196.5º 0.55% 0.57% -
HSV(B) 196.5º 0.59% 0.8% -
XYZ 29.52 35.84 63.12 -
YUV 149.75 159.18 81.82 -
System Red Green Blue C M Y K H S L
Decimal 85 172 205 0.59 0.16 0 0.20 196.5 0.55 0.57
Hex 55 AC CD 3B 10 0 14 C4 37 39
Octal 125 254 315 73 20 0 24 304 67 71
Binary 1010101 10101100 11001101 111011 10000 0 10100 11000100 110111 111001

Color Harmonies of #55ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACCD

Black with #55ACCD

Text Example


Text Example

White with #55ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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