#5C6698

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

Shades of Waikawa Grey #5C6698

Tints of Waikawa Grey #5C6698

Color information

#5C6698 (or 0x5C6698) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 66 and 98. RGB value is (92,102,152). Sum of RGB (Red+Green+Blue) = 92+102+152=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C6698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6698 is #A39967. Grayscale: #686868. Windows color (decimal): -10721640 or 9987676. OLE color: 9987676.

HSL color Cylindrical-coordinate representation of color #5C6698: hue angle of 230º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C6698 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB92102152-
CMYK0.390.3300.40
HSL230º24.59%47.84%-
HSV(B)230º39.47%59.61%-
XYZ14.8314.0531.63-
YUV104.71154.69118.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.59%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 152 (59.77% from 255) = 43.93%
R=26.59%
G=29.48%
B=43.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal921021520.390.3300.4023024.5947.84
Hex5C66982721028e61930
Octal13414623047410503463160
Binary101110011001101001100010011110000101010001110011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,102,152); }

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

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

 a { background-color: rgb(92,102,152); }

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

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

 span { border-color: rgb(92,102,152); }

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