Html Css Color HEX #5C7290 Waikawa Grey

📋 copy color: '#5C7290'

red 92 ◦ green 114 ◦ blue 144

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

Shades of Waikawa Grey #5C7290

Tints of Waikawa Grey #5C7290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

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

R = 26.29%
G = 32.57%
B = 41.14%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C7290 (or 0x5C7290) is known color: Waikawa Grey. HEX triplet: 5C, 72 and 90. RGB value is (92,114,144). Sum of RGB (Red+Green+Blue) = 92+114+144=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C7290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7290 is #A38D6F. Grayscale: #6E6E6E. Windows color (decimal): -10718576 or 9466460. OLE color: 9466460.

HSL color Cylindrical-coordinate representation of color #5C7290: hue angle of 214.62º 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 #5C7290 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 114 144 -
CMYK 0.36 0.21 0 0.44
HSL 214.62º 0.22% 0.46% -
HSV(B) 214.62º 0.36% 0.56% -
XYZ 15.46 16.32 28.72 -
YUV 110.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 92 114 144 0.36 0.21 0 0.44 214.62 0.22 0.46
Hex 5C 72 90 24 15 0 2C D7 16 2E
Octal 134 162 220 44 25 0 54 327 26 56
Binary 1011100 1110010 10010000 100100 10101 0 101100 11010111 10110 101110

Color Harmonies of #5C7290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7290

Black with #5C7290

Text Example


Text Example

White with #5C7290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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