#5B7698

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

Shades of Waikawa Grey #5B7698

Tints of Waikawa Grey #5B7698

Color information

#5B7698 (or 0x5B7698) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 76 and 98. RGB value is (91,118,152). Sum of RGB (Red+Green+Blue) = 91+118+152=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B7698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7698 is #A48967. Grayscale: #717171. Windows color (decimal): -10783080 or 9991771. OLE color: 9991771.

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

Color convert

RGB91118152-
CMYK0.400.2200.40
HSL213.44º25.1%47.65%-
HSV(B)213.44º40.13%59.61%-
XYZ16.4617.4532.21-
YUV113.8149.55111.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.21%
GREEN value IS 118 (46.48% from 255) = 32.69%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=25.21%
G=32.69%
B=42.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal911181520.400.2200.40213.4425.147.65
Hex5B76982816028d51930
Octal13316623050260503253160
Binary10110111110110100110001010001011001010001101010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,118,152); }

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

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

 a { background-color: rgb(91,118,152); }

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

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

 span { border-color: rgb(91,118,152); }

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