Html Css Color HEX #5C7595 Waikawa Grey

📋 copy color: '#5C7595'

red 92 ◦ green 117 ◦ blue 149

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

Shades of Waikawa Grey #5C7595

Tints of Waikawa Grey #5C7595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

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

R = 25.7%
G = 32.68%
B = 41.62%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5C7595 (or 0x5C7595) is known color: Waikawa Grey. HEX triplet: 5C, 75 and 95. RGB value is (92,117,149). Sum of RGB (Red+Green+Blue) = 92+117+149=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C7595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7595 is #A38A6A. Grayscale: #717171. Windows color (decimal): -10717803 or 9794908. OLE color: 9794908.

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

Color convert

RGB 92 117 149 -
CMYK 0.38 0.21 0 0.42
HSL 213.68º 0.24% 0.47% -
HSV(B) 213.68º 0.38% 0.58% -
XYZ 16.2 17.17 30.89 -
YUV 113.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 92 117 149 0.38 0.21 0 0.42 213.68 0.24 0.47
Hex 5C 75 95 26 15 0 2A D6 18 2F
Octal 134 165 225 46 25 0 52 326 30 57
Binary 1011100 1110101 10010101 100110 10101 0 101010 11010110 11000 101111

Color Harmonies of #5C7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7595

Black with #5C7595

Text Example


Text Example

White with #5C7595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,117,149); }

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

background-color css

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

 a { background-color: rgb(92,117,149); }

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

border-color css

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

 span { border-color: rgb(92,117,149); }

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