Html Css Color HEX #55ABCA Viking

📋 copy color: '#55ABCA'

red 85 ◦ green 171 ◦ blue 202

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

Shades of Viking #55ABCA

Tints of Viking #55ABCA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.34%

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 18.56%
G = 37.34%
B = 44.1%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#55ABCA (or 0x55ABCA) is known color: Viking. HEX triplet: 55, AB and CA. RGB value is (85,171,202). Sum of RGB (Red+Green+Blue) = 85+171+202=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #55ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABCA is #AA5435. Grayscale: #949494. Windows color (decimal): -11162678 or 13282133. OLE color: 13282133.

HSL color Cylindrical-coordinate representation of color #55ABCA: hue angle of 195.9º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55ABCA is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 171 202 -
CMYK 0.58 0.15 0 0.21
HSL 195.9º 0.52% 0.56% -
HSV(B) 195.9º 0.58% 0.79% -
XYZ 28.97 35.32 61.17 -
YUV 148.82 158.01 82.48 -
System Red Green Blue C M Y K H S L
Decimal 85 171 202 0.58 0.15 0 0.21 195.9 0.52 0.56
Hex 55 AB CA 3A F 0 15 C4 34 38
Octal 125 253 312 72 17 0 25 304 64 70
Binary 1010101 10101011 11001010 111010 1111 0 10101 11000100 110100 111000

Color Harmonies of #55ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABCA

Black with #55ABCA

Text Example


Text Example

White with #55ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,171,202); }

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

background-color css

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

 a { background-color: rgb(85,171,202); }

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

border-color css

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

 span { border-color: rgb(85,171,202); }

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