Html Css Color HEX #55ABCB Viking

📋 copy color: '#55ABCB'

red 85 ◦ green 171 ◦ blue 203

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

Shades of Viking #55ABCB

Tints of Viking #55ABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 18.52%
G = 37.25%
B = 44.23%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#55ABCB (or 0x55ABCB) is known color: Viking. HEX triplet: 55, AB and CB. RGB value is (85,171,203). Sum of RGB (Red+Green+Blue) = 85+171+203=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #55ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABCB is #AA5434. Grayscale: #949494. Windows color (decimal): -11162677 or 13347669. OLE color: 13347669.

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

Color convert

RGB 85 171 203 -
CMYK 0.58 0.16 0 0.20
HSL 196.27º 0.53% 0.56% -
HSV(B) 196.27º 0.58% 0.8% -
XYZ 29.09 35.37 61.79 -
YUV 148.93 158.51 82.4 -
System Red Green Blue C M Y K H S L
Decimal 85 171 203 0.58 0.16 0 0.20 196.27 0.53 0.56
Hex 55 AB CB 3A 10 0 14 C4 35 38
Octal 125 253 313 72 20 0 24 304 65 70
Binary 1010101 10101011 11001011 111010 10000 0 10100 11000100 110101 111000

Color Harmonies of #55ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABCB

Black with #55ABCB

Text Example


Text Example

White with #55ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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