Html Css Color HEX #55AECD Viking

📋 copy color: '#55AECD'

red 85 ◦ green 174 ◦ blue 205

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

Shades of Viking #55AECD

Tints of Viking #55AECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.5%

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

R = 18.32%
G = 37.5%
B = 44.18%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#55AECD (or 0x55AECD) is known color: Viking. HEX triplet: 55, AE and CD. RGB value is (85,174,205). Sum of RGB (Red+Green+Blue) = 85+174+205=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #55AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AECD is #AA5132. Grayscale: #969696. Windows color (decimal): -11161907 or 13479509. OLE color: 13479509.

HSL color Cylindrical-coordinate representation of color #55AECD: hue angle of 195.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 #55AECD is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 174 205 -
CMYK 0.59 0.15 0 0.20
HSL 195.5º 0.55% 0.57% -
HSV(B) 195.5º 0.59% 0.8% -
XYZ 29.9 36.61 63.25 -
YUV 150.92 158.51 80.98 -
System Red Green Blue C M Y K H S L
Decimal 85 174 205 0.59 0.15 0 0.20 195.5 0.55 0.57
Hex 55 AE CD 3B F 0 14 C4 37 39
Octal 125 256 315 73 17 0 24 304 67 71
Binary 1010101 10101110 11001101 111011 1111 0 10100 11000100 110111 111001

Color Harmonies of #55AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AECD

Black with #55AECD

Text Example


Text Example

White with #55AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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