#435D5D

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

Shades of Oracle #435D5D

Tints of Oracle #435D5D

Color information

#435D5D (or 0x435D5D) is unknown color: approx Oracle. HEX triplet: 43, 5D and 5D. RGB value is (67,93,93). Sum of RGB (Red+Green+Blue) = 67+93+93=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #435D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435D5D is #BCA2A2. Grayscale: #555555. Windows color (decimal): -12362403 or 6118723. OLE color: 6118723.

HSL color Cylindrical-coordinate representation of color #435D5D: hue angle of 180º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #435D5D is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB679393-
CMYK0.28000.64
HSL180º16.25%31.37%-
HSV(B)180º27.96%36.47%-
XYZ8.29.8111.82-
YUV85.23132.39115-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.48%
GREEN value IS 93 (36.72% from 255) = 36.76%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=26.48%
G=36.76%
B=36.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6793930.28000.6418016.2531.37
Hex435D5D1C0040b4101f
Octal10313513534001002642037
Binary10000111011101101110111100001000000101101001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435D5D; }

 p { color: rgb(67,93,93); }

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

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

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

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

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

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

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