Html Css Color HEX #54ACC0 Viking

📋 copy color: '#54ACC0'

red 84 ◦ green 172 ◦ blue 192

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

Shades of Viking #54ACC0

Tints of Viking #54ACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.39%

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

R = 18.75%
G = 38.39%
B = 42.86%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#54ACC0 (or 0x54ACC0) is known color: Viking. HEX triplet: 54, AC and C0. RGB value is (84,172,192). Sum of RGB (Red+Green+Blue) = 84+172+192=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #54ACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACC0 is #AB533F. Grayscale: #939393. Windows color (decimal): -11227968 or 12627028. OLE color: 12627028.

HSL color Cylindrical-coordinate representation of color #54ACC0: hue angle of 191.11º 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 #54ACC0 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 172 192 -
CMYK 0.56 0.10 0 0.25
HSL 191.11º 0.46% 0.54% -
HSV(B) 191.11º 0.56% 0.75% -
XYZ 27.92 35.2 55.19 -
YUV 147.97 152.85 82.37 -
System Red Green Blue C M Y K H S L
Decimal 84 172 192 0.56 0.10 0 0.25 191.11 0.46 0.54
Hex 54 AC C0 38 A 0 19 BF 2E 36
Octal 124 254 300 70 12 0 31 277 56 66
Binary 1010100 10101100 11000000 111000 1010 0 11001 10111111 101110 110110

Color Harmonies of #54ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACC0

Black with #54ACC0

Text Example


Text Example

White with #54ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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