Html Css Color HEX #535C75 Chambray

📋 copy color: '#535C75'

red 83 ◦ green 92 ◦ blue 117

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

Shades of Chambray #535C75

Tints of Chambray #535C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.51%

 BLUE value IS 117 (46.09% from 255) = 40.07%

R = 28.42%
G = 31.51%
B = 40.07%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#535C75 (or 0x535C75) is known color: Chambray. HEX triplet: 53, 5C and 75. RGB value is (83,92,117). Sum of RGB (Red+Green+Blue) = 83+92+117=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #535C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C75 is #ACA38A. Grayscale: #5C5C5C. Windows color (decimal): -11314059 or 7691347. OLE color: 7691347.

HSL color Cylindrical-coordinate representation of color #535C75: hue angle of 224.12º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #535C75 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 92 117 -
CMYK 0.29 0.21 0 0.54
HSL 224.12º 0.17% 0.39% -
HSV(B) 224.12º 0.29% 0.46% -
XYZ 10.61 10.78 18.35 -
YUV 92.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 83 92 117 0.29 0.21 0 0.54 224.12 0.17 0.39
Hex 53 5C 75 1D 15 0 36 E0 11 27
Octal 123 134 165 35 25 0 66 340 21 47
Binary 1010011 1011100 1110101 11101 10101 0 110110 11100000 10001 100111

Color Harmonies of #535C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C75

Black with #535C75

Text Example


Text Example

White with #535C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,92,117); }

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

background-color css

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

 a { background-color: rgb(83,92,117); }

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

border-color css

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

 span { border-color: rgb(83,92,117); }

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