Html Css Color HEX #40535C San Juan

📋 copy color: '#40535C'

red 64 ◦ green 83 ◦ blue 92

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

Shades of San Juan #40535C

Tints of San Juan #40535C

RGB

 RED value IS 64 (25.39% from 255) = 26.78%

 GREEN value IS 83 (32.81% from 255) = 34.73%

 BLUE value IS 92 (36.33% from 255) = 38.49%

R = 26.78%
G = 34.73%
B = 38.49%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40535C (or 0x40535C) is known color: San Juan. HEX triplet: 40, 53 and 5C. RGB value is (64,83,92). Sum of RGB (Red+Green+Blue) = 64+83+92=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #40535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40535C is #BFACA3. Grayscale: #4E4E4E. Windows color (decimal): -12561572 or 6050624. OLE color: 6050624.

HSL color Cylindrical-coordinate representation of color #40535C: hue angle of 199.29º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40535C is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 83 92 -
CMYK 0.30 0.10 0 0.64
HSL 199.29º 0.18% 0.31% -
HSV(B) 199.29º 0.3% 0.36% -
XYZ 7.14 8.05 11.3 -
YUV 78.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 64 83 92 0.30 0.10 0 0.64 199.29 0.18 0.31
Hex 40 53 5C 1E A 0 40 C7 12 1F
Octal 100 123 134 36 12 0 100 307 22 37
Binary 1000000 1010011 1011100 11110 1010 0 1000000 11000111 10010 11111

Color Harmonies of #40535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40535C

Black with #40535C

Text Example


Text Example

White with #40535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40535C; }

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

 H1.HeaderClassName
 {
   color: #40535C;
 }
 .AnyTagClassName
 {
   color: #40535C;
 }
</style>

background-color css

<style>
 a { background-color: #40535C; }

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

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

border-color css

<style>
 span { border-color: #40535C; }

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

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