Html Css Color HEX #54ABB9 Viking

📋 copy color: '#54ABB9'

red 84 ◦ green 171 ◦ blue 185

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

Shades of Viking #54ABB9

Tints of Viking #54ABB9

RGB

 RED value IS 84 (33.2% from 255) = 19.09%

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

 BLUE value IS 185 (72.66% from 255) = 42.05%

R = 19.09%
G = 38.86%
B = 42.05%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#54ABB9 (or 0x54ABB9) is known color: Viking. HEX triplet: 54, AB and B9. RGB value is (84,171,185). Sum of RGB (Red+Green+Blue) = 84+171+185=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #54ABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABB9 is #AB5446. Grayscale: #929292. Windows color (decimal): -11228231 or 12168020. OLE color: 12168020.

HSL color Cylindrical-coordinate representation of color #54ABB9: hue angle of 188.32º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54ABB9 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 171 185 -
CMYK 0.55 0.08 0 0.27
HSL 188.32º 0.42% 0.53% -
HSV(B) 188.32º 0.55% 0.73% -
XYZ 26.98 34.51 51.14 -
YUV 146.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 84 171 185 0.55 0.08 0 0.27 188.32 0.42 0.53
Hex 54 AB B9 37 8 0 1B BC 2A 35
Octal 124 253 271 67 10 0 33 274 52 65
Binary 1010100 10101011 10111001 110111 1000 0 11011 10111100 101010 110101

Color Harmonies of #54ABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ABB9

Black with #54ABB9

Text Example


Text Example

White with #54ABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54ABB9; }

 p { color: rgb(84,171,185); }

 H1.HeaderClassName
 {
   color: #54ABB9;
 }
 .AnyTagClassName
 {
   color: #54ABB9;
 }
</style>

background-color css

<style>
 a { background-color: #54ABB9; }

 a { background-color: rgb(84,171,185); }

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

border-color css

<style>
 span { border-color: #54ABB9; }

 span { border-color: rgb(84,171,185); }

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