Html Css Color HEX #586288 Waikawa Grey

📋 copy color: '#586288'

red 88 ◦ green 98 ◦ blue 136

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

Shades of Waikawa Grey #586288

Tints of Waikawa Grey #586288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.43%

 BLUE value IS 136 (53.52% from 255) = 42.24%

R = 27.33%
G = 30.43%
B = 42.24%

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

#586288 (or 0x586288) is known color: Waikawa Grey. HEX triplet: 58, 62 and 88. RGB value is (88,98,136). Sum of RGB (Red+Green+Blue) = 88+98+136=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #586288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586288 is #A79D77. Grayscale: #636363. Windows color (decimal): -10984824 or 8938072. OLE color: 8938072.

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

Color convert

RGB 88 98 136 -
CMYK 0.35 0.28 0 0.47
HSL 227.5º 0.21% 0.44% -
HSV(B) 227.5º 0.35% 0.53% -
XYZ 12.84 12.59 25.05 -
YUV 99.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 88 98 136 0.35 0.28 0 0.47 227.5 0.21 0.44
Hex 58 62 88 23 1C 0 2F E4 15 2C
Octal 130 142 210 43 34 0 57 344 25 54
Binary 1011000 1100010 10001000 100011 11100 0 101111 11100100 10101 101100

Color Harmonies of #586288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586288

Black with #586288

Text Example


Text Example

White with #586288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586288; }

 p { color: rgb(88,98,136); }

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

background-color css

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

 a { background-color: rgb(88,98,136); }

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

border-color css

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

 span { border-color: rgb(88,98,136); }

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