Html Css Color HEX #40555E San Juan

📋 copy color: '#40555E'

red 64 ◦ green 85 ◦ blue 94

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

Shades of San Juan #40555E

Tints of San Juan #40555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

 BLUE value IS 94 (37.11% from 255) = 38.68%

R = 26.34%
G = 34.98%
B = 38.68%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40555E (or 0x40555E) is known color: San Juan. HEX triplet: 40, 55 and 5E. RGB value is (64,85,94). Sum of RGB (Red+Green+Blue) = 64+85+94=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 94 - color contains mainly: blue. Hex color #40555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40555E is #BFAAA1. Grayscale: #4F4F4F. Windows color (decimal): -12561058 or 6182208. OLE color: 6182208.

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

Color convert

RGB 64 85 94 -
CMYK 0.32 0.10 0 0.63
HSL 198º 0.19% 0.31% -
HSV(B) 198º 0.32% 0.37% -
XYZ 7.38 8.4 11.82 -
YUV 79.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 64 85 94 0.32 0.10 0 0.63 198 0.19 0.31
Hex 40 55 5E 20 A 0 3F C6 13 1F
Octal 100 125 136 40 12 0 77 306 23 37
Binary 1000000 1010101 1011110 100000 1010 0 111111 11000110 10011 11111

Color Harmonies of #40555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40555E

Black with #40555E

Text Example


Text Example

White with #40555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40555E; }

 p { color: rgb(64,85,94); }

 H1.HeaderClassName
 {
   color: #40555E;
 }
 .AnyTagClassName
 {
   color: #40555E;
 }
</style>

background-color css

<style>
 a { background-color: #40555E; }

 a { background-color: rgb(64,85,94); }

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

border-color css

<style>
 span { border-color: #40555E; }

 span { border-color: rgb(64,85,94); }

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