Html Css Color HEX #375959 Oracle

📋 copy color: '#375959'

red 55 ◦ green 89 ◦ blue 89

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

Shades of Oracle #375959

Tints of Oracle #375959

RGB

 RED value IS 55 (21.88% from 255) = 23.61%

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

 BLUE value IS 89 (35.16% from 255) = 38.2%

R = 23.61%
G = 38.2%
B = 38.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#375959 (or 0x375959) is known color: Oracle. HEX triplet: 37, 59 and 59. RGB value is (55,89,89). Sum of RGB (Red+Green+Blue) = 55+89+89=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #375959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375959 is #C8A6A6. Grayscale: #4E4E4E. Windows color (decimal): -13149863 or 5855543. OLE color: 5855543.

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

Color convert

RGB 55 89 89 -
CMYK 0.38 0 0 0.65
HSL 180º 0.24% 0.28% -
HSV(B) 180º 0.38% 0.35% -
XYZ 6.95 8.68 10.76 -
YUV 78.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 55 89 89 0.38 0 0 0.65 180 0.24 0.28
Hex 37 59 59 26 0 0 41 B4 18 1C
Octal 67 131 131 46 0 0 101 264 30 34
Binary 110111 1011001 1011001 100110 0 0 1000001 10110100 11000 11100

Color Harmonies of #375959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375959

Black with #375959

Text Example


Text Example

White with #375959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375959; }

 p { color: rgb(55,89,89); }

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

background-color css

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

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

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

border-color css

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

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

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