Html Css Color HEX #535A78 Chambray

📋 copy color: '#535A78'

red 83 ◦ green 90 ◦ blue 120

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

Shades of Chambray #535A78

Tints of Chambray #535A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.72%

 BLUE value IS 120 (47.27% from 255) = 40.96%

R = 28.33%
G = 30.72%
B = 40.96%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#535A78 (or 0x535A78) is known color: Chambray. HEX triplet: 53, 5A and 78. RGB value is (83,90,120). Sum of RGB (Red+Green+Blue) = 83+90+120=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #535A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A78 is #ACA587. Grayscale: #5B5B5B. Windows color (decimal): -11314568 or 7887443. OLE color: 7887443.

HSL color Cylindrical-coordinate representation of color #535A78: hue angle of 228.65º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #535A78 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 90 120 -
CMYK 0.31 0.25 0 0.53
HSL 228.65º 0.18% 0.4% -
HSV(B) 228.65º 0.31% 0.47% -
XYZ 10.61 10.51 19.24 -
YUV 91.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 83 90 120 0.31 0.25 0 0.53 228.65 0.18 0.4
Hex 53 5A 78 1F 19 0 35 E5 12 28
Octal 123 132 170 37 31 0 65 345 22 50
Binary 1010011 1011010 1111000 11111 11001 0 110101 11100101 10010 101000

Color Harmonies of #535A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A78

Black with #535A78

Text Example


Text Example

White with #535A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,90,120); }

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

background-color css

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

 a { background-color: rgb(83,90,120); }

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

border-color css

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

 span { border-color: rgb(83,90,120); }

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