Html Css Color HEX #55ABC9 Viking

📋 copy color: '#55ABC9'

red 85 ◦ green 171 ◦ blue 201

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

Shades of Viking #55ABC9

Tints of Viking #55ABC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.98%

R = 18.6%
G = 37.42%
B = 43.98%

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

#55ABC9 (or 0x55ABC9) is known color: Viking. HEX triplet: 55, AB and C9. RGB value is (85,171,201). Sum of RGB (Red+Green+Blue) = 85+171+201=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #55ABC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABC9 is #AA5436. Grayscale: #949494. Windows color (decimal): -11162679 or 13216597. OLE color: 13216597.

HSL color Cylindrical-coordinate representation of color #55ABC9: hue angle of 195.52º 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 #55ABC9 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 171 201 -
CMYK 0.58 0.15 0 0.21
HSL 195.52º 0.52% 0.56% -
HSV(B) 195.52º 0.58% 0.79% -
XYZ 28.85 35.27 60.55 -
YUV 148.71 157.51 82.56 -
System Red Green Blue C M Y K H S L
Decimal 85 171 201 0.58 0.15 0 0.21 195.52 0.52 0.56
Hex 55 AB C9 3A F 0 15 C4 34 38
Octal 125 253 311 72 17 0 25 304 64 70
Binary 1010101 10101011 11001001 111010 1111 0 10101 11000100 110100 111000

Color Harmonies of #55ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABC9

Black with #55ABC9

Text Example


Text Example

White with #55ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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