Html Css Color HEX #55ABBD Viking

📋 copy color: '#55ABBD'

red 85 ◦ green 171 ◦ blue 189

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

Shades of Viking #55ABBD

Tints of Viking #55ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.47%

R = 19.1%
G = 38.43%
B = 42.47%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#55ABBD (or 0x55ABBD) is known color: Viking. HEX triplet: 55, AB and BD. RGB value is (85,171,189). Sum of RGB (Red+Green+Blue) = 85+171+189=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #55ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABBD is #AA5442. Grayscale: #939393. Windows color (decimal): -11162691 or 12430165. OLE color: 12430165.

HSL color Cylindrical-coordinate representation of color #55ABBD: hue angle of 190.38º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55ABBD is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 171 189 -
CMYK 0.55 0.10 0 0.26
HSL 190.38º 0.44% 0.54% -
HSV(B) 190.38º 0.55% 0.74% -
XYZ 27.49 34.73 53.4 -
YUV 147.34 151.51 83.54 -
System Red Green Blue C M Y K H S L
Decimal 85 171 189 0.55 0.10 0 0.26 190.38 0.44 0.54
Hex 55 AB BD 37 A 0 1A BE 2C 36
Octal 125 253 275 67 12 0 32 276 54 66
Binary 1010101 10101011 10111101 110111 1010 0 11010 10111110 101100 110110

Color Harmonies of #55ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABBD

Black with #55ABBD

Text Example


Text Example

White with #55ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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