Html Css Color HEX #405857 Oracle

📋 copy color: '#405857'

red 64 ◦ green 88 ◦ blue 87

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

Shades of Oracle #405857

Tints of Oracle #405857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.4%

R = 26.78%
G = 36.82%
B = 36.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#405857 (or 0x405857) is known color: Oracle. HEX triplet: 40, 58 and 57. RGB value is (64,88,87). Sum of RGB (Red+Green+Blue) = 64+88+87=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #405857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405857 is #BFA7A8. Grayscale: #505050. Windows color (decimal): -12560297 or 5724224. OLE color: 5724224.

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

Color convert

RGB 64 88 87 -
CMYK 0.27 0 0.01 0.65
HSL 177.5º 0.16% 0.3% -
HSV(B) 177.5º 0.27% 0.35% -
XYZ 7.32 8.76 10.32 -
YUV 80.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 64 88 87 0.27 0 0.01 0.65 177.5 0.16 0.3
Hex 40 58 57 1B 0 1 41 B2 10 1E
Octal 100 130 127 33 0 1 101 262 20 36
Binary 1000000 1011000 1010111 11011 0 1 1000001 10110010 10000 11110

Color Harmonies of #405857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405857

Black with #405857

Text Example


Text Example

White with #405857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405857; }

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

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

background-color css

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

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

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

border-color css

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

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

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