#375B58

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

Shades of Oracle #375B58

Tints of Oracle #375B58

Color information

#375B58 (or 0x375B58) is unknown color: approx Oracle. HEX triplet: 37, 5B and 58. RGB value is (55,91,88). Sum of RGB (Red+Green+Blue) = 55+91+88=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #375B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B58 is #C8A4A7. Grayscale: #4F4F4F. Windows color (decimal): -13149352 or 5790519. OLE color: 5790519.

HSL color Cylindrical-coordinate representation of color #375B58: hue angle of 175º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375B58 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB559188-
CMYK0.4000.030.64
HSL175º24.66%28.63%-
HSV(B)175º39.56%35.69%-
XYZ7.08910.6-
YUV79.89132.57110.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 91 (35.94% from 255) = 38.89%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=23.50%
G=38.89%
B=37.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5591880.4000.030.6417524.6628.63
Hex375B58280340af191d
Octal6713313050031002573135
Binary110111101101110110001010000111000000101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375B58; }

 p { color: rgb(55,91,88); }

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

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

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

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

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

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

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