#54ADC3

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

Shades of Viking #54ADC3

Tints of Viking #54ADC3

Color information

#54ADC3 (or 0x54ADC3) is unknown color: approx Viking. HEX triplet: 54, AD and C3. RGB value is (84,173,195). Sum of RGB (Red+Green+Blue) = 84+173+195=452 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.58% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 195 - color contains mainly: blue. Hex color #54ADC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADC3 is #AB523C. Grayscale: #949494. Windows color (decimal): -11227709 or 12823892. OLE color: 12823892.

HSL color Cylindrical-coordinate representation of color #54ADC3: hue angle of 191.89º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54ADC3 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84173195-
CMYK0.570.1100.24
HSL191.89º48.05%54.71%-
HSV(B)191.89º56.92%76.47%-
XYZ28.4535.7157.02-
YUV148.9154.0181.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.58%
GREEN value IS 173 (67.97% from 255) = 38.27%
BLUE value IS 195 (76.56% from 255) = 43.14%
R=18.58%
G=38.27%
B=43.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841731950.570.1100.24191.8948.0554.71
Hex54ADC339B018c03037
Octal12425530371130303006067
Binary10101001010110111000011111001101101100011000000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,173,195); }

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

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

 a { background-color: rgb(84,173,195); }

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

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

 span { border-color: rgb(84,173,195); }

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