#5C6582

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

Shades of Waikawa Grey #5C6582

Tints of Waikawa Grey #5C6582

Color information

#5C6582 (or 0x5C6582) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 65 and 82. RGB value is (92,101,130). Sum of RGB (Red+Green+Blue) = 92+101+130=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #5C6582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6582 is #A39A7D. Grayscale: #656565. Windows color (decimal): -10721918 or 8545628. OLE color: 8545628.

HSL color Cylindrical-coordinate representation of color #5C6582: hue angle of 225.79º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C6582 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB92101130-
CMYK0.290.2200.49
HSL225.79º17.12%43.53%-
HSV(B)225.79º29.23%50.98%-
XYZ13.113.1922.98-
YUV101.62144.02121.14-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.48%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 130 (51.17% from 255) = 40.25%
R=28.48%
G=31.27%
B=40.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal921011300.290.2200.49225.7917.1243.53
Hex5C65821D16031e2112c
Octal13414520235260613422154
Binary1011100110010110000010111011011001100011110001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,101,130); }

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

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

 a { background-color: rgb(92,101,130); }

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

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

 span { border-color: rgb(92,101,130); }

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