Html Css Color HEX #535E7B Chambray

📋 copy color: '#535E7B'

red 83 ◦ green 94 ◦ blue 123

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

Shades of Chambray #535E7B

Tints of Chambray #535E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.33%

 BLUE value IS 123 (48.44% from 255) = 41%

R = 27.67%
G = 31.33%
B = 41%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#535E7B (or 0x535E7B) is known color: Chambray. HEX triplet: 53, 5E and 7B. RGB value is (83,94,123). Sum of RGB (Red+Green+Blue) = 83+94+123=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #535E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E7B is #ACA184. Grayscale: #5D5D5D. Windows color (decimal): -11313541 or 8085075. OLE color: 8085075.

HSL color Cylindrical-coordinate representation of color #535E7B: hue angle of 223.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #535E7B is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 94 123 -
CMYK 0.33 0.24 0 0.52
HSL 223.5º 0.19% 0.4% -
HSV(B) 223.5º 0.33% 0.48% -
XYZ 11.15 11.27 20.33 -
YUV 94.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 83 94 123 0.33 0.24 0 0.52 223.5 0.19 0.4
Hex 53 5E 7B 21 18 0 34 E0 13 28
Octal 123 136 173 41 30 0 64 340 23 50
Binary 1010011 1011110 1111011 100001 11000 0 110100 11100000 10011 101000

Color Harmonies of #535E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E7B

Black with #535E7B

Text Example


Text Example

White with #535E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,94,123); }

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

background-color css

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

 a { background-color: rgb(83,94,123); }

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

border-color css

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

 span { border-color: rgb(83,94,123); }

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