Html Css Color HEX #586597 Waikawa Grey

📋 copy color: '#586597'

red 88 ◦ green 101 ◦ blue 151

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

Shades of Waikawa Grey #586597

Tints of Waikawa Grey #586597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

 BLUE value IS 151 (59.38% from 255) = 44.41%

R = 25.88%
G = 29.71%
B = 44.41%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#586597 (or 0x586597) is known color: Waikawa Grey. HEX triplet: 58, 65 and 97. RGB value is (88,101,151). Sum of RGB (Red+Green+Blue) = 88+101+151=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 151 - color contains mainly: blue. Hex color #586597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586597 is #A79A68. Grayscale: #666666. Windows color (decimal): -10984041 or 9921880. OLE color: 9921880.

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

Color convert

RGB 88 101 151 -
CMYK 0.42 0.33 0 0.41
HSL 227.62º 0.26% 0.47% -
HSV(B) 227.62º 0.42% 0.59% -
XYZ 14.26 13.62 31.15 -
YUV 102.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 88 101 151 0.42 0.33 0 0.41 227.62 0.26 0.47
Hex 58 65 97 2A 21 0 29 E4 1A 2F
Octal 130 145 227 52 41 0 51 344 32 57
Binary 1011000 1100101 10010111 101010 100001 0 101001 11100100 11010 101111

Color Harmonies of #586597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586597

Black with #586597

Text Example


Text Example

White with #586597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586597; }

 p { color: rgb(88,101,151); }

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

background-color css

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

 a { background-color: rgb(88,101,151); }

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

border-color css

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

 span { border-color: rgb(88,101,151); }

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