#54accc

Color #54ACCC Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #54ACCC

Tints of Viking #54ACCC

Color information

#54ACCC (or 0x54ACCC) is unknown color: approx Viking. HEX triplet: 54, AC and CC. RGB value is (84,172,204). Sum of RGB (Red+Green+Blue) = 84+172+204=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #54ACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACCC is #AB5333. Grayscale: #959595. Windows color (decimal): -11227956 or 13413460. OLE color: 13413460.

HSL color Cylindrical-coordinate representation of color #54ACCC: hue angle of 196º 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 #54ACCC is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB84172204-
CMYK0.590.1600.2
HSL196º54.05%56.47%-
HSV(B)196º58.82%80%-
XYZ29.3135.7562.48-
YUV149.34158.8581.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.26%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=18.26%
G=37.39%
B=44.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal841722040.590.1600.219654.0556.47
Hex54ACCC3B10014c43638
Octal12425431473200243046670
Binary101010010101100110011001110111000001010011000100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54accc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54accc;
 }
 .AnyTagClassName
 {
   color: #54accc;
 }
</style>
background-color css

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

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

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

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

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

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