Html Css Color HEX #40525C San Juan

📋 copy color: '#40525C'

red 64 ◦ green 82 ◦ blue 92

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

Shades of San Juan #40525C

Tints of San Juan #40525C

RGB

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

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

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

R = 26.89%
G = 34.45%
B = 38.66%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40525C (or 0x40525C) is known color: San Juan. HEX triplet: 40, 52 and 5C. RGB value is (64,82,92). Sum of RGB (Red+Green+Blue) = 64+82+92=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 92 - color contains mainly: blue. Hex color #40525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40525C is #BFADA3. Grayscale: #4D4D4D. Windows color (decimal): -12561828 or 6050368. OLE color: 6050368.

HSL color Cylindrical-coordinate representation of color #40525C: hue angle of 201.43º 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 #40525C is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 82 92 -
CMYK 0.30 0.11 0 0.64
HSL 201.43º 0.18% 0.31% -
HSV(B) 201.43º 0.3% 0.36% -
XYZ 7.06 7.9 11.28 -
YUV 77.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 64 82 92 0.30 0.11 0 0.64 201.43 0.18 0.31
Hex 40 52 5C 1E B 0 40 C9 12 1F
Octal 100 122 134 36 13 0 100 311 22 37
Binary 1000000 1010010 1011100 11110 1011 0 1000000 11001001 10010 11111

Color Harmonies of #40525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40525C

Black with #40525C

Text Example


Text Example

White with #40525C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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