#5C6485

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

Shades of Waikawa Grey #5C6485

Tints of Waikawa Grey #5C6485

Color information

#5C6485 (or 0x5C6485) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 64 and 85. RGB value is (92,100,133). Sum of RGB (Red+Green+Blue) = 92+100+133=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C6485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6485 is #A39B7A. Grayscale: #656565. Windows color (decimal): -10722171 or 8741980. OLE color: 8741980.

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

Color convert

RGB92100133-
CMYK0.310.2500.48
HSL228.29º18.22%44.12%-
HSV(B)228.29º30.83%52.16%-
XYZ13.213.0824.02-
YUV101.37145.85121.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.31%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=28.31%
G=30.77%
B=40.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921001330.310.2500.48228.2918.2244.12
Hex5C64851F19030e4122c
Octal13414420537310603442254
Binary1011100110010010000101111111100101100001110010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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