Html Css Color HEX #586696 Waikawa Grey

📋 copy color: '#586696'

red 88 ◦ green 102 ◦ blue 150

#586696
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #586696

Tints of Waikawa Grey #586696

RGB

 RED value IS 88 (34.77% from 255) = 25.88%

 GREEN value IS 102 (40.23% from 255) = 30%

 BLUE value IS 150 (58.98% from 255) = 44.12%

R = 25.88%
G = 30%
B = 44.12%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#586696 (or 0x586696) is known color: Waikawa Grey. HEX triplet: 58, 66 and 96. RGB value is (88,102,150). Sum of RGB (Red+Green+Blue) = 88+102+150=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #586696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586696 is #A79969. Grayscale: #676767. Windows color (decimal): -10983786 or 9856600. OLE color: 9856600.

HSL color Cylindrical-coordinate representation of color #586696: hue angle of 226.45º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #586696 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 102 150 -
CMYK 0.41 0.32 0 0.41
HSL 226.45º 0.26% 0.47% -
HSV(B) 226.45º 0.41% 0.59% -
XYZ 14.28 13.78 30.76 -
YUV 103.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 88 102 150 0.41 0.32 0 0.41 226.45 0.26 0.47
Hex 58 66 96 29 20 0 29 E2 1A 2F
Octal 130 146 226 51 40 0 51 342 32 57
Binary 1011000 1100110 10010110 101001 100000 0 101001 11100010 11010 101111

Color Harmonies of #586696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586696

Black with #586696

Text Example


Text Example

White with #586696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586696; }

 p { color: rgb(88,102,150); }

 H1.HeaderClassName
 {
   color: #586696;
 }
 .AnyTagClassName
 {
   color: #586696;
 }
</style>

background-color css

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

 a { background-color: rgb(88,102,150); }

 div.DivClassName
 {
   background-color: #586696;
 }
 .BgClassName
 {
   background-color: #586696;
 }
</style>

border-color css

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

 span { border-color: rgb(88,102,150); }

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