Html Css Color HEX #586D9A Waikawa Grey

📋 copy color: '#586D9A'

red 88 ◦ green 109 ◦ blue 154

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

Shades of Waikawa Grey #586D9A

Tints of Waikawa Grey #586D9A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 154 (60.55% from 255) = 43.87%

R = 25.07%
G = 31.05%
B = 43.87%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#586D9A (or 0x586D9A) is known color: Waikawa Grey. HEX triplet: 58, 6D and 9A. RGB value is (88,109,154). Sum of RGB (Red+Green+Blue) = 88+109+154=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #586D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586D9A is #A79265. Grayscale: #6B6B6B. Windows color (decimal): -10981990 or 10120536. OLE color: 10120536.

HSL color Cylindrical-coordinate representation of color #586D9A: hue angle of 220.91º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #586D9A is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 109 154 -
CMYK 0.43 0.29 0 0.40
HSL 220.91º 0.27% 0.47% -
HSV(B) 220.91º 0.43% 0.6% -
XYZ 15.33 15.35 32.73 -
YUV 107.85 154.04 113.84 -
System Red Green Blue C M Y K H S L
Decimal 88 109 154 0.43 0.29 0 0.40 220.91 0.27 0.47
Hex 58 6D 9A 2B 1D 0 28 DD 1B 2F
Octal 130 155 232 53 35 0 50 335 33 57
Binary 1011000 1101101 10011010 101011 11101 0 101000 11011101 11011 101111

Color Harmonies of #586D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586D9A

Black with #586D9A

Text Example


Text Example

White with #586D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586D9A; }

 p { color: rgb(88,109,154); }

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

background-color css

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

 a { background-color: rgb(88,109,154); }

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

border-color css

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

 span { border-color: rgb(88,109,154); }

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