Html Css Color HEX #40585A Oracle

📋 copy color: '#40585A'

red 64 ◦ green 88 ◦ blue 90

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

Shades of Oracle #40585A

Tints of Oracle #40585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.36%

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

R = 26.45%
G = 36.36%
B = 37.19%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40585A (or 0x40585A) is known color: Oracle. HEX triplet: 40, 58 and 5A. RGB value is (64,88,90). Sum of RGB (Red+Green+Blue) = 64+88+90=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #40585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40585A is #BFA7A5. Grayscale: #515151. Windows color (decimal): -12560294 or 5920832. OLE color: 5920832.

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

Color convert

RGB 64 88 90 -
CMYK 0.29 0.02 0 0.65
HSL 184.62º 0.17% 0.3% -
HSV(B) 184.62º 0.29% 0.35% -
XYZ 7.45 8.81 10.98 -
YUV 81.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 64 88 90 0.29 0.02 0 0.65 184.62 0.17 0.3
Hex 40 58 5A 1D 2 0 41 B9 11 1E
Octal 100 130 132 35 2 0 101 271 21 36
Binary 1000000 1011000 1011010 11101 10 0 1000001 10111001 10001 11110

Color Harmonies of #40585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40585A

Black with #40585A

Text Example


Text Example

White with #40585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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