#5C658B

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

Shades of Waikawa Grey #5C658B

Tints of Waikawa Grey #5C658B

Color information

#5C658B (or 0x5C658B) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 65 and 8B. RGB value is (92,101,139). Sum of RGB (Red+Green+Blue) = 92+101+139=332 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.71% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C658B is #A39A74. Grayscale: #666666. Windows color (decimal): -10721909 or 9135452. OLE color: 9135452.

HSL color Cylindrical-coordinate representation of color #5C658B: hue angle of 228.51º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C658B is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB92101139-
CMYK0.340.2700.45
HSL228.51º20.35%45.29%-
HSV(B)228.51º33.81%54.51%-
XYZ13.7313.4526.3-
YUV102.64148.52120.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.71%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=27.71%
G=30.42%
B=41.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal921011390.340.2700.45228.5120.3545.29
Hex5C658B221B02De5142d
Octal13414521342330553452455
Binary10111001100101100010111000101101101011011110010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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