Html Css Color HEX #5A6072 Chambray

📋 copy color: '#5A6072'

red 90 ◦ green 96 ◦ blue 114

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

Shades of Chambray #5A6072

Tints of Chambray #5A6072

RGB

 RED value IS 90 (35.55% from 255) = 30%

 GREEN value IS 96 (37.89% from 255) = 32%

 BLUE value IS 114 (44.92% from 255) = 38%

R = 30%
G = 32%
B = 38%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A6072 (or 0x5A6072) is known color: Chambray. HEX triplet: 5A, 60 and 72. RGB value is (90,96,114). Sum of RGB (Red+Green+Blue) = 90+96+114=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A6072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6072 is #A59F8D. Grayscale: #606060. Windows color (decimal): -10854286 or 7495770. OLE color: 7495770.

HSL color Cylindrical-coordinate representation of color #5A6072: hue angle of 225º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A6072 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 96 114 -
CMYK 0.21 0.16 0 0.55
HSL 225º 0.12% 0.4% -
HSV(B) 225º 0.21% 0.45% -
XYZ 11.44 11.75 17.59 -
YUV 96.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 90 96 114 0.21 0.16 0 0.55 225 0.12 0.4
Hex 5A 60 72 15 10 0 37 E1 C 28
Octal 132 140 162 25 20 0 67 341 14 50
Binary 1011010 1100000 1110010 10101 10000 0 110111 11100001 1100 101000

Color Harmonies of #5A6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6072

Black with #5A6072

Text Example


Text Example

White with #5A6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,96,114); }

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

background-color css

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

 a { background-color: rgb(90,96,114); }

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

border-color css

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

 span { border-color: rgb(90,96,114); }

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