Html Css Color HEX #40565F San Juan

📋 copy color: '#40565F'

red 64 ◦ green 86 ◦ blue 95

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

Shades of San Juan #40565F

Tints of San Juan #40565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.1%

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 26.12%
G = 35.1%
B = 38.78%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40565F (or 0x40565F) is known color: San Juan. HEX triplet: 40, 56 and 5F. RGB value is (64,86,95). Sum of RGB (Red+Green+Blue) = 64+86+95=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 95 - color contains mainly: blue. Hex color #40565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40565F is #BFA9A0. Grayscale: #505050. Windows color (decimal): -12560801 or 6248000. OLE color: 6248000.

HSL color Cylindrical-coordinate representation of color #40565F: hue angle of 197.42º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40565F is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 86 95 -
CMYK 0.33 0.09 0 0.63
HSL 197.42º 0.19% 0.31% -
HSV(B) 197.42º 0.33% 0.37% -
XYZ 7.51 8.57 12.09 -
YUV 80.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 64 86 95 0.33 0.09 0 0.63 197.42 0.19 0.31
Hex 40 56 5F 21 9 0 3F C5 13 1F
Octal 100 126 137 41 11 0 77 305 23 37
Binary 1000000 1010110 1011111 100001 1001 0 111111 11000101 10011 11111

Color Harmonies of #40565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40565F

Black with #40565F

Text Example


Text Example

White with #40565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40565F; }

 p { color: rgb(64,86,95); }

 H1.HeaderClassName
 {
   color: #40565F;
 }
 .AnyTagClassName
 {
   color: #40565F;
 }
</style>

background-color css

<style>
 a { background-color: #40565F; }

 a { background-color: rgb(64,86,95); }

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

border-color css

<style>
 span { border-color: #40565F; }

 span { border-color: rgb(64,86,95); }

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