#375253

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

Shades of Oracle #375253

Tints of Oracle #375253

Color information

#375253 (or 0x375253) is unknown color: approx Oracle. HEX triplet: 37, 52 and 53. RGB value is (55,82,83). Sum of RGB (Red+Green+Blue) = 55+82+83=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #375253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375253 is #C8ADAC. Grayscale: #4A4A4A. Windows color (decimal): -13151661 or 5460535. OLE color: 5460535.

HSL color Cylindrical-coordinate representation of color #375253: hue angle of 182.14º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #375253 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB558283-
CMYK0.340.0100.67
HSL182.14º20.29%27.06%-
HSV(B)182.14º33.73%32.55%-
XYZ6.157.479.3-
YUV74.04133.05114.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=25%
G=37.27%
B=37.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5582830.340.0100.67182.1420.2927.06
Hex375253221043b6141b
Octal6712212342101032662433
Binary11011110100101010011100010101000011101101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375253; }

 p { color: rgb(55,82,83); }

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

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

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

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

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

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

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