Html Css Color HEX #586F9A Waikawa Grey

📋 copy color: '#586F9A'

red 88 ◦ green 111 ◦ blue 154

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

Shades of Waikawa Grey #586F9A

Tints of Waikawa Grey #586F9A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.44%

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

R = 24.93%
G = 31.44%
B = 43.63%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#586F9A (or 0x586F9A) is known color: Waikawa Grey. HEX triplet: 58, 6F and 9A. RGB value is (88,111,154). Sum of RGB (Red+Green+Blue) = 88+111+154=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #586F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586F9A is #A79065. Grayscale: #6C6C6C. Windows color (decimal): -10981478 or 10121048. OLE color: 10121048.

HSL color Cylindrical-coordinate representation of color #586F9A: hue angle of 219.09º 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 #586F9A is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 111 154 -
CMYK 0.43 0.28 0 0.40
HSL 219.09º 0.27% 0.47% -
HSV(B) 219.09º 0.43% 0.6% -
XYZ 15.54 15.78 32.8 -
YUV 109.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 88 111 154 0.43 0.28 0 0.40 219.09 0.27 0.47
Hex 58 6F 9A 2B 1C 0 28 DB 1B 2F
Octal 130 157 232 53 34 0 50 333 33 57
Binary 1011000 1101111 10011010 101011 11100 0 101000 11011011 11011 101111

Color Harmonies of #586F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F9A

Black with #586F9A

Text Example


Text Example

White with #586F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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