Html Css Color HEX #5C739A Waikawa Grey

📋 copy color: '#5C739A'

red 92 ◦ green 115 ◦ blue 154

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

Shades of Waikawa Grey #5C739A

Tints of Waikawa Grey #5C739A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 25.48%
G = 31.86%
B = 42.66%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5C739A (or 0x5C739A) is known color: Waikawa Grey. HEX triplet: 5C, 73 and 9A. RGB value is (92,115,154). Sum of RGB (Red+Green+Blue) = 92+115+154=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C739A is #A38C65. Grayscale: #707070. Windows color (decimal): -10718310 or 10122076. OLE color: 10122076.

HSL color Cylindrical-coordinate representation of color #5C739A: hue angle of 217.74º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C739A is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 92 115 154 -
CMYK 0.40 0.25 0 0.40
HSL 217.74º 0.25% 0.48% -
HSV(B) 217.74º 0.4% 0.6% -
XYZ 16.38 16.87 32.96 -
YUV 112.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 92 115 154 0.40 0.25 0 0.40 217.74 0.25 0.48
Hex 5C 73 9A 28 19 0 28 DA 19 30
Octal 134 163 232 50 31 0 50 332 31 60
Binary 1011100 1110011 10011010 101000 11001 0 101000 11011010 11001 110000

Color Harmonies of #5C739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C739A

Black with #5C739A

Text Example


Text Example

White with #5C739A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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