Html Css Color HEX #586692 Waikawa Grey

📋 copy color: '#586692'

red 88 ◦ green 102 ◦ blue 146

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

Shades of Waikawa Grey #586692

Tints of Waikawa Grey #586692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 26.19%
G = 30.36%
B = 43.45%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#586692 (or 0x586692) is known color: Waikawa Grey. HEX triplet: 58, 66 and 92. RGB value is (88,102,146). Sum of RGB (Red+Green+Blue) = 88+102+146=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #586692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586692 is #A7996D. Grayscale: #666666. Windows color (decimal): -10983790 or 9594456. OLE color: 9594456.

HSL color Cylindrical-coordinate representation of color #586692: hue angle of 225.52º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #586692 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 102 146 -
CMYK 0.40 0.30 0 0.43
HSL 225.52º 0.25% 0.46% -
HSV(B) 225.52º 0.4% 0.57% -
XYZ 13.96 13.65 29.09 -
YUV 102.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 88 102 146 0.40 0.30 0 0.43 225.52 0.25 0.46
Hex 58 66 92 28 1E 0 2B E2 19 2E
Octal 130 146 222 50 36 0 53 342 31 56
Binary 1011000 1100110 10010010 101000 11110 0 101011 11100010 11001 101110

Color Harmonies of #586692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586692

Black with #586692

Text Example


Text Example

White with #586692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586692; }

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

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

background-color css

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

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

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

border-color css

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

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

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