Html Css Color HEX #5D7295 Waikawa Grey

📋 copy color: '#5D7295'

red 93 ◦ green 114 ◦ blue 149

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

Shades of Waikawa Grey #5D7295

Tints of Waikawa Grey #5D7295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 26.12%
G = 32.02%
B = 41.85%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5D7295 (or 0x5D7295) is known color: Waikawa Grey. HEX triplet: 5D, 72 and 95. RGB value is (93,114,149). Sum of RGB (Red+Green+Blue) = 93+114+149=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D7295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7295 is #A28D6A. Grayscale: #6F6F6F. Windows color (decimal): -10653035 or 9794141. OLE color: 9794141.

HSL color Cylindrical-coordinate representation of color #5D7295: hue angle of 217.5º 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 #5D7295 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 114 149 -
CMYK 0.38 0.23 0 0.42
HSL 217.5º 0.23% 0.47% -
HSV(B) 217.5º 0.38% 0.58% -
XYZ 15.96 16.53 30.78 -
YUV 111.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 93 114 149 0.38 0.23 0 0.42 217.5 0.23 0.47
Hex 5D 72 95 26 17 0 2A DA 17 2F
Octal 135 162 225 46 27 0 52 332 27 57
Binary 1011101 1110010 10010101 100110 10111 0 101010 11011010 10111 101111

Color Harmonies of #5D7295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7295

Black with #5D7295

Text Example


Text Example

White with #5D7295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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