Html Css Color HEX #395958 Oracle

📋 copy color: '#395958'

red 57 ◦ green 89 ◦ blue 88

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

Shades of Oracle #395958

Tints of Oracle #395958

RGB

 RED value IS 57 (22.66% from 255) = 24.36%

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

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

R = 24.36%
G = 38.03%
B = 37.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#395958 (or 0x395958) is known color: Oracle. HEX triplet: 39, 59 and 58. RGB value is (57,89,88). Sum of RGB (Red+Green+Blue) = 57+89+88=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #395958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395958 is #C6A6A7. Grayscale: #4F4F4F. Windows color (decimal): -13018792 or 5790009. OLE color: 5790009.

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

Color convert

RGB 57 89 88 -
CMYK 0.36 0 0.01 0.65
HSL 178.13º 0.22% 0.29% -
HSV(B) 178.13º 0.36% 0.35% -
XYZ 7.02 8.72 10.55 -
YUV 79.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 57 89 88 0.36 0 0.01 0.65 178.13 0.22 0.29
Hex 39 59 58 24 0 1 41 B2 16 1D
Octal 71 131 130 44 0 1 101 262 26 35
Binary 111001 1011001 1011000 100100 0 1 1000001 10110010 10110 11101

Color Harmonies of #395958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395958

Black with #395958

Text Example


Text Example

White with #395958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395958; }

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

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

background-color css

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

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

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

border-color css

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

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

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