Html Css Color HEX #5E709C Waikawa Grey

📋 copy color: '#5E709C'

red 94 ◦ green 112 ◦ blue 156

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

Shades of Waikawa Grey #5E709C

Tints of Waikawa Grey #5E709C

RGB

 RED value IS 94 (37.11% from 255) = 25.97%

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

 BLUE value IS 156 (61.33% from 255) = 43.09%

R = 25.97%
G = 30.94%
B = 43.09%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E709C (or 0x5E709C) is known color: Waikawa Grey. HEX triplet: 5E, 70 and 9C. RGB value is (94,112,156). Sum of RGB (Red+Green+Blue) = 94+112+156=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E709C is #A18F63. Grayscale: #6F6F6F. Windows color (decimal): -10588004 or 10252382. OLE color: 10252382.

HSL color Cylindrical-coordinate representation of color #5E709C: hue angle of 222.58º 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 #5E709C is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 112 156 -
CMYK 0.40 0.28 0 0.39
HSL 222.58º 0.25% 0.49% -
HSV(B) 222.58º 0.4% 0.61% -
XYZ 16.41 16.37 33.75 -
YUV 111.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 94 112 156 0.40 0.28 0 0.39 222.58 0.25 0.49
Hex 5E 70 9C 28 1C 0 27 DF 19 31
Octal 136 160 234 50 34 0 47 337 31 61
Binary 1011110 1110000 10011100 101000 11100 0 100111 11011111 11001 110001

Color Harmonies of #5E709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E709C

Black with #5E709C

Text Example


Text Example

White with #5E709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,112,156); }

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

background-color css

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

 a { background-color: rgb(94,112,156); }

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

border-color css

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

 span { border-color: rgb(94,112,156); }

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