Html Css Color HEX #586188 Waikawa Grey

📋 copy color: '#586188'

red 88 ◦ green 97 ◦ blue 136

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

Shades of Waikawa Grey #586188

Tints of Waikawa Grey #586188

RGB

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

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

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

R = 27.41%
G = 30.22%
B = 42.37%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#586188 (or 0x586188) is known color: Waikawa Grey. HEX triplet: 58, 61 and 88. RGB value is (88,97,136). Sum of RGB (Red+Green+Blue) = 88+97+136=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #586188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586188 is #A79E77. Grayscale: #626262. Windows color (decimal): -10985080 or 8937816. OLE color: 8937816.

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

Color convert

RGB 88 97 136 -
CMYK 0.35 0.29 0 0.47
HSL 228.75º 0.21% 0.44% -
HSV(B) 228.75º 0.35% 0.53% -
XYZ 12.74 12.4 25.01 -
YUV 98.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 88 97 136 0.35 0.29 0 0.47 228.75 0.21 0.44
Hex 58 61 88 23 1D 0 2F E5 15 2C
Octal 130 141 210 43 35 0 57 345 25 54
Binary 1011000 1100001 10001000 100011 11101 0 101111 11100101 10101 101100

Color Harmonies of #586188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586188

Black with #586188

Text Example


Text Example

White with #586188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586188; }

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

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

background-color css

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

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

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

border-color css

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

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

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