Html Css Color HEX #54ABC0 Viking

📋 copy color: '#54ABC0'

red 84 ◦ green 171 ◦ blue 192

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

Shades of Viking #54ABC0

Tints of Viking #54ABC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.95%

R = 18.79%
G = 38.26%
B = 42.95%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#54ABC0 (or 0x54ABC0) is known color: Viking. HEX triplet: 54, AB and C0. RGB value is (84,171,192). Sum of RGB (Red+Green+Blue) = 84+171+192=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #54ABC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABC0 is #AB543F. Grayscale: #939393. Windows color (decimal): -11228224 or 12626772. OLE color: 12626772.

HSL color Cylindrical-coordinate representation of color #54ABC0: hue angle of 191.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54ABC0 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 171 192 -
CMYK 0.56 0.11 0 0.25
HSL 191.67º 0.46% 0.54% -
HSV(B) 191.67º 0.56% 0.75% -
XYZ 27.73 34.82 55.13 -
YUV 147.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 84 171 192 0.56 0.11 0 0.25 191.67 0.46 0.54
Hex 54 AB C0 38 B 0 19 C0 2E 36
Octal 124 253 300 70 13 0 31 300 56 66
Binary 1010100 10101011 11000000 111000 1011 0 11001 11000000 101110 110110

Color Harmonies of #54ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ABC0

Black with #54ABC0

Text Example


Text Example

White with #54ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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