#37565A

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

Shades of Oracle #37565A

Tints of Oracle #37565A

Color information

#37565A (or 0x37565A) is unknown color: approx Oracle. HEX triplet: 37, 56 and 5A. RGB value is (55,86,90). Sum of RGB (Red+Green+Blue) = 55+86+90=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #37565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37565A is #C8A9A5. Grayscale: #4D4D4D. Windows color (decimal): -13150630 or 5920311. OLE color: 5920311.

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

Color convert

RGB558690-
CMYK0.390.0400.65
HSL186.86º24.14%28.43%-
HSV(B)186.86º38.89%35.29%-
XYZ6.758.2110.9-
YUV77.19135.23112.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=23.81%
G=37.23%
B=38.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5586900.390.0400.65186.8624.1428.43
Hex37565A274041bb181c
Octal6712613247401012733034
Binary1101111010110101101010011110001000001101110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37565A; }

 p { color: rgb(55,86,90); }

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

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

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

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

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

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

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