#375957

Color #375957 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #375957

Tints of Oracle #375957

Color information

#375957 (or 0x375957) is unknown color: approx Oracle. HEX triplet: 37, 59 and 57. RGB value is (55,89,87). Sum of RGB (Red+Green+Blue) = 55+89+87=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #375957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375957 is #C8A6A8. Grayscale: #4E4E4E. Windows color (decimal): -13149865 or 5724471. OLE color: 5724471.

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

Color convert

RGB558987-
CMYK0.3800.020.65
HSL176.47º23.61%28.24%-
HSV(B)176.47º38.2%34.9%-
XYZ6.878.6510.32-
YUV78.61132.74111.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=23.81%
G=38.53%
B=37.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589870.3800.020.65176.4723.6128.24
Hex375957260241b0181c
Octal6713112746021012603034
Binary110111101100110101111001100101000001101100001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375957; }

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

 H1.HeaderClassName
 {
   color: #375957;
 }
 .AnyTagClassName
 {
   color: #375957;
 }
</style>
background-color css

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

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

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

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

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

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