Html Css Color HEX #5E789C Waikawa Grey

📋 copy color: '#5E789C'

red 94 ◦ green 120 ◦ blue 156

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

Shades of Waikawa Grey #5E789C

Tints of Waikawa Grey #5E789C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.43%

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

R = 25.41%
G = 32.43%
B = 42.16%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E789C (or 0x5E789C) is known color: Waikawa Grey. HEX triplet: 5E, 78 and 9C. RGB value is (94,120,156). Sum of RGB (Red+Green+Blue) = 94+120+156=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E789C is #A18763. Grayscale: #747474. Windows color (decimal): -10585956 or 10254430. OLE color: 10254430.

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

Color convert

RGB 94 120 156 -
CMYK 0.40 0.23 0 0.39
HSL 214.84º 0.25% 0.49% -
HSV(B) 214.84º 0.4% 0.61% -
XYZ 17.33 18.21 34.05 -
YUV 116.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 94 120 156 0.40 0.23 0 0.39 214.84 0.25 0.49
Hex 5E 78 9C 28 17 0 27 D7 19 31
Octal 136 170 234 50 27 0 47 327 31 61
Binary 1011110 1111000 10011100 101000 10111 0 100111 11010111 11001 110001

Color Harmonies of #5E789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E789C

Black with #5E789C

Text Example


Text Example

White with #5E789C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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