Html Css Color HEX #40595B Oracle

📋 copy color: '#40595B'

red 64 ◦ green 89 ◦ blue 91

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

Shades of Oracle #40595B

Tints of Oracle #40595B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.48%

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

R = 26.23%
G = 36.48%
B = 37.3%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40595B (or 0x40595B) is known color: Oracle. HEX triplet: 40, 59 and 5B. RGB value is (64,89,91). Sum of RGB (Red+Green+Blue) = 64+89+91=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 91 - color contains mainly: blue. Hex color #40595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40595B is #BFA6A4. Grayscale: #515151. Windows color (decimal): -12560037 or 5986624. OLE color: 5986624.

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

Color convert

RGB 64 89 91 -
CMYK 0.30 0.02 0 0.64
HSL 184.44º 0.17% 0.3% -
HSV(B) 184.44º 0.3% 0.36% -
XYZ 7.58 8.99 11.23 -
YUV 81.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 64 89 91 0.30 0.02 0 0.64 184.44 0.17 0.3
Hex 40 59 5B 1E 2 0 40 B8 11 1E
Octal 100 131 133 36 2 0 100 270 21 36
Binary 1000000 1011001 1011011 11110 10 0 1000000 10111000 10001 11110

Color Harmonies of #40595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40595B

Black with #40595B

Text Example


Text Example

White with #40595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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