Html Css Color HEX #5D709B Waikawa Grey

📋 copy color: '#5D709B'

red 93 ◦ green 112 ◦ blue 155

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

Shades of Waikawa Grey #5D709B

Tints of Waikawa Grey #5D709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

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

R = 25.83%
G = 31.11%
B = 43.06%

CMYK

 C value IS 0.4

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D709B (or 0x5D709B) is known color: Waikawa Grey. HEX triplet: 5D, 70 and 9B. RGB value is (93,112,155). Sum of RGB (Red+Green+Blue) = 93+112+155=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D709B is #A28F64. Grayscale: #6F6F6F. Windows color (decimal): -10653541 or 10186845. OLE color: 10186845.

HSL color Cylindrical-coordinate representation of color #5D709B: hue angle of 221.61º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D709B is Cyan = 0.4, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 112 155 -
CMYK 0.4 0.28 0 0.39
HSL 221.61º 0.25% 0.49% -
HSV(B) 221.61º 0.4% 0.61% -
XYZ 16.22 16.28 33.3 -
YUV 111.22 152.71 115 -
System Red Green Blue C M Y K H S L
Decimal 93 112 155 0.4 0.28 0 0.39 221.61 0.25 0.49
Hex 5D 70 9B 28 1C 0 27 DE 19 31
Octal 135 160 233 50 34 0 47 336 31 61
Binary 1011101 1110000 10011011 101000 11100 0 100111 11011110 11001 110001

Color Harmonies of #5D709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D709B

Black with #5D709B

Text Example


Text Example

White with #5D709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,112,155); }

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

background-color css

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

 a { background-color: rgb(93,112,155); }

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

border-color css

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

 span { border-color: rgb(93,112,155); }

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