Html Css Color HEX #54AACC Viking

📋 copy color: '#54AACC'

red 84 ◦ green 170 ◦ blue 204

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

Shades of Viking #54AACC

Tints of Viking #54AACC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.12%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 18.34%
G = 37.12%
B = 44.54%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#54AACC (or 0x54AACC) is known color: Viking. HEX triplet: 54, AA and CC. RGB value is (84,170,204). Sum of RGB (Red+Green+Blue) = 84+170+204=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #54AACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AACC is #AB5533. Grayscale: #939393. Windows color (decimal): -11228468 or 13412948. OLE color: 13412948.

HSL color Cylindrical-coordinate representation of color #54AACC: hue angle of 197º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54AACC is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 170 204 -
CMYK 0.59 0.17 0 0.2
HSL 197º 0.54% 0.56% -
HSV(B) 197º 0.59% 0.8% -
XYZ 28.93 34.99 62.36 -
YUV 148.16 159.51 82.24 -
System Red Green Blue C M Y K H S L
Decimal 84 170 204 0.59 0.17 0 0.2 197 0.54 0.56
Hex 54 AA CC 3B 11 0 14 C5 36 38
Octal 124 252 314 73 21 0 24 305 66 70
Binary 1010100 10101010 11001100 111011 10001 0 10100 11000101 110110 111000

Color Harmonies of #54AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AACC

Black with #54AACC

Text Example


Text Example

White with #54AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,170,204); }

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

background-color css

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

 a { background-color: rgb(84,170,204); }

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

border-color css

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

 span { border-color: rgb(84,170,204); }

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