#5C6484

Color #5C6484 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #5C6484

Tints of Waikawa Grey #5C6484

Color information

#5C6484 (or 0x5C6484) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 64 and 84. RGB value is (92,100,132). Sum of RGB (Red+Green+Blue) = 92+100+132=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6484 is #A39B7B. Grayscale: #656565. Windows color (decimal): -10722172 or 8676444. OLE color: 8676444.

HSL color Cylindrical-coordinate representation of color #5C6484: hue angle of 228º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C6484 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB92100132-
CMYK0.300.2400.48
HSL228º17.86%43.92%-
HSV(B)228º30.3%51.76%-
XYZ13.1413.0623.66-
YUV101.26145.35121.4-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.40%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 132 (51.95% from 255) = 40.74%
R=28.40%
G=30.86%
B=40.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921001320.300.2400.4822817.8643.92
Hex5C64841E18030e4122c
Octal13414420436300603442254
Binary1011100110010010000100111101100001100001110010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C6484; }

 p { color: rgb(92,100,132); }

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

<style>
 a { background-color: #5C6484; }

 a { background-color: rgb(92,100,132); }

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

<style>
 span { border-color: #5C6484; }

 span { border-color: rgb(92,100,132); }

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