Html Css Color HEX #55ABC4 Viking

📋 copy color: '#55ABC4'

red 85 ◦ green 171 ◦ blue 196

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

Shades of Viking #55ABC4

Tints of Viking #55ABC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.36%

R = 18.81%
G = 37.83%
B = 43.36%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#55ABC4 (or 0x55ABC4) is known color: Viking. HEX triplet: 55, AB and C4. RGB value is (85,171,196). Sum of RGB (Red+Green+Blue) = 85+171+196=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #55ABC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABC4 is #AA543B. Grayscale: #939393. Windows color (decimal): -11162684 or 12888917. OLE color: 12888917.

HSL color Cylindrical-coordinate representation of color #55ABC4: hue angle of 193.51º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55ABC4 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 171 196 -
CMYK 0.57 0.13 0 0.23
HSL 193.51º 0.48% 0.55% -
HSV(B) 193.51º 0.57% 0.77% -
XYZ 28.27 35.04 57.5 -
YUV 148.14 155.01 82.97 -
System Red Green Blue C M Y K H S L
Decimal 85 171 196 0.57 0.13 0 0.23 193.51 0.48 0.55
Hex 55 AB C4 39 D 0 17 C2 30 37
Octal 125 253 304 71 15 0 27 302 60 67
Binary 1010101 10101011 11000100 111001 1101 0 10111 11000010 110000 110111

Color Harmonies of #55ABC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABC4

Black with #55ABC4

Text Example


Text Example

White with #55ABC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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