Html Css Color HEX #40525B San Juan

📋 copy color: '#40525B'

red 64 ◦ green 82 ◦ blue 91

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

Shades of San Juan #40525B

Tints of San Juan #40525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.6%

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 27%
G = 34.6%
B = 38.4%

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

#40525B (or 0x40525B) is known color: San Juan. HEX triplet: 40, 52 and 5B. RGB value is (64,82,91). Sum of RGB (Red+Green+Blue) = 64+82+91=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #40525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40525B is #BFADA4. Grayscale: #4D4D4D. Windows color (decimal): -12561829 or 5984832. OLE color: 5984832.

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

Color convert

RGB 64 82 91 -
CMYK 0.30 0.10 0 0.64
HSL 200º 0.17% 0.3% -
HSV(B) 200º 0.3% 0.36% -
XYZ 7.02 7.88 11.05 -
YUV 77.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 64 82 91 0.30 0.10 0 0.64 200 0.17 0.3
Hex 40 52 5B 1E A 0 40 C8 11 1E
Octal 100 122 133 36 12 0 100 310 21 36
Binary 1000000 1010010 1011011 11110 1010 0 1000000 11001000 10001 11110

Color Harmonies of #40525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40525B

Black with #40525B

Text Example


Text Example

White with #40525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40525B; }

 p { color: rgb(64,82,91); }

 H1.HeaderClassName
 {
   color: #40525B;
 }
 .AnyTagClassName
 {
   color: #40525B;
 }
</style>

background-color css

<style>
 a { background-color: #40525B; }

 a { background-color: rgb(64,82,91); }

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

border-color css

<style>
 span { border-color: #40525B; }

 span { border-color: rgb(64,82,91); }

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