Html Css Color HEX #5C7090 Waikawa Grey

📋 copy color: '#5C7090'

red 92 ◦ green 112 ◦ blue 144

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

Shades of Waikawa Grey #5C7090

Tints of Waikawa Grey #5C7090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 26.44%
G = 32.18%
B = 41.38%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C7090 (or 0x5C7090) is known color: Waikawa Grey. HEX triplet: 5C, 70 and 90. RGB value is (92,112,144). Sum of RGB (Red+Green+Blue) = 92+112+144=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C7090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7090 is #A38F6F. Grayscale: #6D6D6D. Windows color (decimal): -10719088 or 9465948. OLE color: 9465948.

HSL color Cylindrical-coordinate representation of color #5C7090: hue angle of 216.92º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C7090 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 112 144 -
CMYK 0.36 0.22 0 0.44
HSL 216.92º 0.22% 0.46% -
HSV(B) 216.92º 0.36% 0.56% -
XYZ 15.24 15.88 28.65 -
YUV 109.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 92 112 144 0.36 0.22 0 0.44 216.92 0.22 0.46
Hex 5C 70 90 24 16 0 2C D9 16 2E
Octal 134 160 220 44 26 0 54 331 26 56
Binary 1011100 1110000 10010000 100100 10110 0 101100 11011001 10110 101110

Color Harmonies of #5C7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7090

Black with #5C7090

Text Example


Text Example

White with #5C7090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,112,144); }

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

background-color css

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

 a { background-color: rgb(92,112,144); }

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

border-color css

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

 span { border-color: rgb(92,112,144); }

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