Html Css Color HEX #535F74 Chambray

📋 copy color: '#535F74'

red 83 ◦ green 95 ◦ blue 116

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

Shades of Chambray #535F74

Tints of Chambray #535F74

RGB

 RED value IS 83 (32.81% from 255) = 28.23%

 GREEN value IS 95 (37.5% from 255) = 32.31%

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 28.23%
G = 32.31%
B = 39.46%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535F74 (or 0x535F74) is known color: Chambray. HEX triplet: 53, 5F and 74. RGB value is (83,95,116). Sum of RGB (Red+Green+Blue) = 83+95+116=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #535F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F74 is #ACA08B. Grayscale: #5D5D5D. Windows color (decimal): -11313292 or 7626579. OLE color: 7626579.

HSL color Cylindrical-coordinate representation of color #535F74: hue angle of 218.18º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #535F74 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 95 116 -
CMYK 0.28 0.18 0 0.55
HSL 218.18º 0.17% 0.39% -
HSV(B) 218.18º 0.28% 0.45% -
XYZ 10.81 11.28 18.13 -
YUV 93.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 83 95 116 0.28 0.18 0 0.55 218.18 0.17 0.39
Hex 53 5F 74 1C 12 0 37 DA 11 27
Octal 123 137 164 34 22 0 67 332 21 47
Binary 1010011 1011111 1110100 11100 10010 0 110111 11011010 10001 100111

Color Harmonies of #535F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F74

Black with #535F74

Text Example


Text Example

White with #535F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535F74; }

 p { color: rgb(83,95,116); }

 H1.HeaderClassName
 {
   color: #535F74;
 }
 .AnyTagClassName
 {
   color: #535F74;
 }
</style>

background-color css

<style>
 a { background-color: #535F74; }

 a { background-color: rgb(83,95,116); }

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

border-color css

<style>
 span { border-color: #535F74; }

 span { border-color: rgb(83,95,116); }

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