Html Css Color HEX #586487 Waikawa Grey

📋 copy color: '#586487'

red 88 ◦ green 100 ◦ blue 135

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

Shades of Waikawa Grey #586487

Tints of Waikawa Grey #586487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.96%

 BLUE value IS 135 (53.13% from 255) = 41.8%

R = 27.24%
G = 30.96%
B = 41.8%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#586487 (or 0x586487) is known color: Waikawa Grey. HEX triplet: 58, 64 and 87. RGB value is (88,100,135). Sum of RGB (Red+Green+Blue) = 88+100+135=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #586487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586487 is #A79B78. Grayscale: #646464. Windows color (decimal): -10984313 or 8873048. OLE color: 8873048.

HSL color Cylindrical-coordinate representation of color #586487: hue angle of 224.68º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #586487 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 100 135 -
CMYK 0.35 0.26 0 0.47
HSL 224.68º 0.21% 0.44% -
HSV(B) 224.68º 0.35% 0.53% -
XYZ 12.95 12.94 24.74 -
YUV 100.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 88 100 135 0.35 0.26 0 0.47 224.68 0.21 0.44
Hex 58 64 87 23 1A 0 2F E1 15 2C
Octal 130 144 207 43 32 0 57 341 25 54
Binary 1011000 1100100 10000111 100011 11010 0 101111 11100001 10101 101100

Color Harmonies of #586487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586487

Black with #586487

Text Example


Text Example

White with #586487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586487; }

 p { color: rgb(88,100,135); }

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

background-color css

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

 a { background-color: rgb(88,100,135); }

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

border-color css

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

 span { border-color: rgb(88,100,135); }

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