Html Css Color HEX #586187 Waikawa Grey

📋 copy color: '#586187'

red 88 ◦ green 97 ◦ blue 135

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

Shades of Waikawa Grey #586187

Tints of Waikawa Grey #586187

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.31%

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

R = 27.5%
G = 30.31%
B = 42.19%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#586187 (or 0x586187) is known color: Waikawa Grey. HEX triplet: 58, 61 and 87. RGB value is (88,97,135). Sum of RGB (Red+Green+Blue) = 88+97+135=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #586187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586187 is #A79E78. Grayscale: #626262. Windows color (decimal): -10985081 or 8872280. OLE color: 8872280.

HSL color Cylindrical-coordinate representation of color #586187: hue angle of 228.51º 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 #586187 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 97 135 -
CMYK 0.35 0.28 0 0.47
HSL 228.51º 0.21% 0.44% -
HSV(B) 228.51º 0.35% 0.53% -
XYZ 12.67 12.37 24.64 -
YUV 98.64 148.52 120.41 -
System Red Green Blue C M Y K H S L
Decimal 88 97 135 0.35 0.28 0 0.47 228.51 0.21 0.44
Hex 58 61 87 23 1C 0 2F E5 15 2C
Octal 130 141 207 43 34 0 57 345 25 54
Binary 1011000 1100001 10000111 100011 11100 0 101111 11100101 10101 101100

Color Harmonies of #586187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586187

Black with #586187

Text Example


Text Example

White with #586187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586187; }

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

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

background-color css

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

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

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

border-color css

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

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

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