Html Css Color HEX #405958 Oracle

📋 copy color: '#405958'

red 64 ◦ green 89 ◦ blue 88

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

Shades of Oracle #405958

Tints of Oracle #405958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.51%

R = 26.56%
G = 36.93%
B = 36.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#405958 (or 0x405958) is known color: Oracle. HEX triplet: 40, 59 and 58. RGB value is (64,89,88). Sum of RGB (Red+Green+Blue) = 64+89+88=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #405958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405958 is #BFA6A7. Grayscale: #515151. Windows color (decimal): -12560040 or 5790016. OLE color: 5790016.

HSL color Cylindrical-coordinate representation of color #405958: hue angle of 177.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #405958 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 89 88 -
CMYK 0.28 0 0.01 0.65
HSL 177.6º 0.16% 0.3% -
HSV(B) 177.6º 0.28% 0.35% -
XYZ 7.45 8.94 10.57 -
YUV 81.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 64 89 88 0.28 0 0.01 0.65 177.6 0.16 0.3
Hex 40 59 58 1C 0 1 41 B2 10 1E
Octal 100 131 130 34 0 1 101 262 20 36
Binary 1000000 1011001 1011000 11100 0 1 1000001 10110010 10000 11110

Color Harmonies of #405958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405958

Black with #405958

Text Example


Text Example

White with #405958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405958; }

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

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

background-color css

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

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

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

border-color css

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

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

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