Html Css Color HEX #5C799E Waikawa Grey

📋 copy color: '#5C799E'

red 92 ◦ green 121 ◦ blue 158

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

Shades of Waikawa Grey #5C799E

Tints of Waikawa Grey #5C799E

RGB

 RED value IS 92 (36.33% from 255) = 24.8%

 GREEN value IS 121 (47.66% from 255) = 32.61%

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 24.8%
G = 32.61%
B = 42.59%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C799E (or 0x5C799E) is known color: Waikawa Grey. HEX triplet: 5C, 79 and 9E. RGB value is (92,121,158). Sum of RGB (Red+Green+Blue) = 92+121+158=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C799E is #A38661. Grayscale: #747474. Windows color (decimal): -10716770 or 10385756. OLE color: 10385756.

HSL color Cylindrical-coordinate representation of color #5C799E: hue angle of 213.64º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C799E is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 121 158 -
CMYK 0.42 0.23 0 0.38
HSL 213.64º 0.26% 0.49% -
HSV(B) 213.64º 0.42% 0.62% -
XYZ 17.42 18.42 34.98 -
YUV 116.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 92 121 158 0.42 0.23 0 0.38 213.64 0.26 0.49
Hex 5C 79 9E 2A 17 0 26 D6 1A 31
Octal 134 171 236 52 27 0 46 326 32 61
Binary 1011100 1111001 10011110 101010 10111 0 100110 11010110 11010 110001

Color Harmonies of #5C799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C799E

Black with #5C799E

Text Example


Text Example

White with #5C799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,121,158); }

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

background-color css

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

 a { background-color: rgb(92,121,158); }

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

border-color css

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

 span { border-color: rgb(92,121,158); }

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