Html Css Color HEX #586F9B Waikawa Grey

📋 copy color: '#586F9B'

red 88 ◦ green 111 ◦ blue 155

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

Shades of Waikawa Grey #586F9B

Tints of Waikawa Grey #586F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.79%

R = 24.86%
G = 31.36%
B = 43.79%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#586F9B (or 0x586F9B) is known color: Waikawa Grey. HEX triplet: 58, 6F and 9B. RGB value is (88,111,155). Sum of RGB (Red+Green+Blue) = 88+111+155=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #586F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586F9B is #A79064. Grayscale: #6C6C6C. Windows color (decimal): -10981477 or 10186584. OLE color: 10186584.

HSL color Cylindrical-coordinate representation of color #586F9B: hue angle of 219.4º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #586F9B is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 111 155 -
CMYK 0.43 0.28 0 0.39
HSL 219.4º 0.28% 0.48% -
HSV(B) 219.4º 0.43% 0.61% -
XYZ 15.63 15.81 33.24 -
YUV 109.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 88 111 155 0.43 0.28 0 0.39 219.4 0.28 0.48
Hex 58 6F 9B 2B 1C 0 27 DB 1C 30
Octal 130 157 233 53 34 0 47 333 34 60
Binary 1011000 1101111 10011011 101011 11100 0 100111 11011011 11100 110000

Color Harmonies of #586F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F9B

Black with #586F9B

Text Example


Text Example

White with #586F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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