Html Css Color HEX #5D7595 Waikawa Grey

📋 copy color: '#5D7595'

red 93 ◦ green 117 ◦ blue 149

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

Shades of Waikawa Grey #5D7595

Tints of Waikawa Grey #5D7595

RGB

 RED value IS 93 (36.72% from 255) = 25.91%

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 25.91%
G = 32.59%
B = 41.5%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5D7595 (or 0x5D7595) is known color: Waikawa Grey. HEX triplet: 5D, 75 and 95. RGB value is (93,117,149). Sum of RGB (Red+Green+Blue) = 93+117+149=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D7595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7595 is #A28A6A. Grayscale: #717171. Windows color (decimal): -10652267 or 9794909. OLE color: 9794909.

HSL color Cylindrical-coordinate representation of color #5D7595: hue angle of 214.29º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D7595 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 117 149 -
CMYK 0.38 0.21 0 0.42
HSL 214.29º 0.23% 0.47% -
HSV(B) 214.29º 0.38% 0.58% -
XYZ 16.3 17.22 30.9 -
YUV 113.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 93 117 149 0.38 0.21 0 0.42 214.29 0.23 0.47
Hex 5D 75 95 26 15 0 2A D6 17 2F
Octal 135 165 225 46 25 0 52 326 27 57
Binary 1011101 1110101 10010101 100110 10101 0 101010 11010110 10111 101111

Color Harmonies of #5D7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7595

Black with #5D7595

Text Example


Text Example

White with #5D7595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D7595; }

 p { color: rgb(93,117,149); }

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

background-color css

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

 a { background-color: rgb(93,117,149); }

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

border-color css

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

 span { border-color: rgb(93,117,149); }

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