Html Css Color HEX #586C9B Waikawa Grey

📋 copy color: '#586C9B'

red 88 ◦ green 108 ◦ blue 155

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

Shades of Waikawa Grey #586C9B

Tints of Waikawa Grey #586C9B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.77%

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

R = 25.07%
G = 30.77%
B = 44.16%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#586C9B (or 0x586C9B) is known color: Waikawa Grey. HEX triplet: 58, 6C and 9B. RGB value is (88,108,155). Sum of RGB (Red+Green+Blue) = 88+108+155=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #586C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C9B is #A79364. Grayscale: #6B6B6B. Windows color (decimal): -10982245 or 10185816. OLE color: 10185816.

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

Color convert

RGB 88 108 155 -
CMYK 0.43 0.30 0 0.39
HSL 222.09º 0.28% 0.48% -
HSV(B) 222.09º 0.43% 0.61% -
XYZ 15.3 15.17 33.13 -
YUV 107.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 88 108 155 0.43 0.30 0 0.39 222.09 0.28 0.48
Hex 58 6C 9B 2B 1E 0 27 DE 1C 30
Octal 130 154 233 53 36 0 47 336 34 60
Binary 1011000 1101100 10011011 101011 11110 0 100111 11011110 11100 110000

Color Harmonies of #586C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586C9B

Black with #586C9B

Text Example


Text Example

White with #586C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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