Html Css Color HEX #5D7592 Waikawa Grey

📋 copy color: '#5D7592'

red 93 ◦ green 117 ◦ blue 146

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

Shades of Waikawa Grey #5D7592

Tints of Waikawa Grey #5D7592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 26.12%
G = 32.87%
B = 41.01%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5D7592 (or 0x5D7592) is known color: Waikawa Grey. HEX triplet: 5D, 75 and 92. RGB value is (93,117,146). Sum of RGB (Red+Green+Blue) = 93+117+146=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #5D7592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7592 is #A28A6D. Grayscale: #707070. Windows color (decimal): -10652270 or 9598301. OLE color: 9598301.

HSL color Cylindrical-coordinate representation of color #5D7592: hue angle of 212.83º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D7592 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 93 117 146 -
CMYK 0.36 0.20 0 0.43
HSL 212.83º 0.22% 0.47% -
HSV(B) 212.83º 0.36% 0.57% -
XYZ 16.06 17.13 29.65 -
YUV 113.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 93 117 146 0.36 0.20 0 0.43 212.83 0.22 0.47
Hex 5D 75 92 24 14 0 2B D5 16 2F
Octal 135 165 222 44 24 0 53 325 26 57
Binary 1011101 1110101 10010010 100100 10100 0 101011 11010101 10110 101111

Color Harmonies of #5D7592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7592

Black with #5D7592

Text Example


Text Example

White with #5D7592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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