Html Css Color HEX #40595A Oracle

📋 copy color: '#40595A'

red 64 ◦ green 89 ◦ blue 90

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

Shades of Oracle #40595A

Tints of Oracle #40595A

RGB

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

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

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

R = 26.34%
G = 36.63%
B = 37.04%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40595A (or 0x40595A) is known color: Oracle. HEX triplet: 40, 59 and 5A. RGB value is (64,89,90). Sum of RGB (Red+Green+Blue) = 64+89+90=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #40595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40595A is #BFA6A5. Grayscale: #515151. Windows color (decimal): -12560038 or 5921088. OLE color: 5921088.

HSL color Cylindrical-coordinate representation of color #40595A: hue angle of 182.31º 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 #40595A is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 89 90 -
CMYK 0.29 0.01 0 0.65
HSL 182.31º 0.17% 0.3% -
HSV(B) 182.31º 0.29% 0.35% -
XYZ 7.53 8.97 11.01 -
YUV 81.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 64 89 90 0.29 0.01 0 0.65 182.31 0.17 0.3
Hex 40 59 5A 1D 1 0 41 B6 11 1E
Octal 100 131 132 35 1 0 101 266 21 36
Binary 1000000 1011001 1011010 11101 1 0 1000001 10110110 10001 11110

Color Harmonies of #40595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40595A

Black with #40595A

Text Example


Text Example

White with #40595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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