#435253

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

Shades of Oracle #435253

Tints of Oracle #435253

Color information

#435253 (or 0x435253) is unknown color: approx Oracle. HEX triplet: 43, 52 and 53. RGB value is (67,82,83). Sum of RGB (Red+Green+Blue) = 67+82+83=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 83 - color contains mainly: blue. Hex color #435253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435253 is #BCADAC. Grayscale: #4D4D4D. Windows color (decimal): -12365229 or 5460547. OLE color: 5460547.

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

Color convert

RGB678283-
CMYK0.190.0100.67
HSL183.75º10.67%29.41%-
HSV(B)183.75º19.28%32.55%-
XYZ6.897.859.34-
YUV77.63131.03120.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.88%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=28.88%
G=35.34%
B=35.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6782830.190.0100.67183.7510.6729.41
Hex435253131043b8b1d
Octal10312212323101032701335
Binary1000011101001010100111001110100001110111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435253; }

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

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

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

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

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

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

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

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