Html Css Color HEX #5C739D Waikawa Grey

📋 copy color: '#5C739D'

red 92 ◦ green 115 ◦ blue 157

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

Shades of Waikawa Grey #5C739D

Tints of Waikawa Grey #5C739D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.59%

 BLUE value IS 157 (61.72% from 255) = 43.13%

R = 25.27%
G = 31.59%
B = 43.13%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C739D (or 0x5C739D) is known color: Waikawa Grey. HEX triplet: 5C, 73 and 9D. RGB value is (92,115,157). Sum of RGB (Red+Green+Blue) = 92+115+157=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C739D is #A38C62. Grayscale: #707070. Windows color (decimal): -10718307 or 10318684. OLE color: 10318684.

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

Color convert

RGB 92 115 157 -
CMYK 0.41 0.27 0 0.38
HSL 218.77º 0.26% 0.49% -
HSV(B) 218.77º 0.41% 0.62% -
XYZ 16.63 16.97 34.3 -
YUV 112.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 92 115 157 0.41 0.27 0 0.38 218.77 0.26 0.49
Hex 5C 73 9D 29 1B 0 26 DB 1A 31
Octal 134 163 235 51 33 0 46 333 32 61
Binary 1011100 1110011 10011101 101001 11011 0 100110 11011011 11010 110001

Color Harmonies of #5C739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C739D

Black with #5C739D

Text Example


Text Example

White with #5C739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,115,157); }

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

background-color css

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

 a { background-color: rgb(92,115,157); }

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

border-color css

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

 span { border-color: rgb(92,115,157); }

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