Html Css Color HEX #40515A San Juan

📋 copy color: '#40515A'

red 64 ◦ green 81 ◦ blue 90

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

Shades of San Juan #40515A

Tints of San Juan #40515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.47%

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 27.23%
G = 34.47%
B = 38.3%

CMYK

 C value IS 0.29

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40515A (or 0x40515A) is known color: San Juan. HEX triplet: 40, 51 and 5A. RGB value is (64,81,90). Sum of RGB (Red+Green+Blue) = 64+81+90=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #40515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40515A is #BFAEA5. Grayscale: #4C4C4C. Windows color (decimal): -12562086 or 5919040. OLE color: 5919040.

HSL color Cylindrical-coordinate representation of color #40515A: hue angle of 200.77º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40515A is Cyan = 0.29, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 81 90 -
CMYK 0.29 0.1 0 0.65
HSL 200.77º 0.17% 0.3% -
HSV(B) 200.77º 0.29% 0.35% -
XYZ 6.9 7.71 10.8 -
YUV 76.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 64 81 90 0.29 0.1 0 0.65 200.77 0.17 0.3
Hex 40 51 5A 1D A 0 41 C9 11 1E
Octal 100 121 132 35 12 0 101 311 21 36
Binary 1000000 1010001 1011010 11101 1010 0 1000001 11001001 10001 11110

Color Harmonies of #40515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40515A

Black with #40515A

Text Example


Text Example

White with #40515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40515A; }

 p { color: rgb(64,81,90); }

 H1.HeaderClassName
 {
   color: #40515A;
 }
 .AnyTagClassName
 {
   color: #40515A;
 }
</style>

background-color css

<style>
 a { background-color: #40515A; }

 a { background-color: rgb(64,81,90); }

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

border-color css

<style>
 span { border-color: #40515A; }

 span { border-color: rgb(64,81,90); }

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