#37575B

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

Shades of Oracle #37575B

Tints of Oracle #37575B

Color information

#37575B (or 0x37575B) is unknown color: approx Oracle. HEX triplet: 37, 57 and 5B. RGB value is (55,87,91). Sum of RGB (Red+Green+Blue) = 55+87+91=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #37575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37575B is #C8A8A4. Grayscale: #4D4D4D. Windows color (decimal): -13150373 or 5986103. OLE color: 5986103.

HSL color Cylindrical-coordinate representation of color #37575B: hue angle of 186.67º 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 #37575B is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB558791-
CMYK0.400.0400.64
HSL186.67º24.66%28.63%-
HSV(B)186.67º39.56%35.69%-
XYZ6.878.3811.15-
YUV77.89135.4111.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=23.61%
G=37.34%
B=39.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5587910.400.0400.64186.6724.6628.63
Hex37575B284040bb191d
Octal6712713350401002733135
Binary1101111010111101101110100010001000000101110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37575B; }

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

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

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

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

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

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

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

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