#415253

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

Shades of Oracle #415253

Tints of Oracle #415253

Color information

#415253 (or 0x415253) is unknown color: approx Oracle. HEX triplet: 41, 52 and 53. RGB value is (65,82,83). Sum of RGB (Red+Green+Blue) = 65+82+83=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: blue. Hex color #415253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415253 is #BEADAC. Grayscale: #4D4D4D. Windows color (decimal): -12496301 or 5460545. OLE color: 5460545.

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

Color convert

RGB658283-
CMYK0.220.0100.67
HSL183.33º12.16%29.02%-
HSV(B)183.33º21.69%32.55%-
XYZ6.767.789.33-
YUV77.03131.37119.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.26%
GREEN value IS 82 (32.42% from 255) = 35.65%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=28.26%
G=35.65%
B=36.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6582830.220.0100.67183.3312.1629.02
Hex415253161043b7c1d
Octal10112212326101032671435
Binary1000001101001010100111011010100001110110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415253; }

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

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

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

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

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

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

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

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