#435556

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

Shades of Oracle #435556

Tints of Oracle #435556

Color information

#435556 (or 0x435556) is unknown color: approx Oracle. HEX triplet: 43, 55 and 56. RGB value is (67,85,86). Sum of RGB (Red+Green+Blue) = 67+85+86=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 86 - color contains mainly: blue. Hex color #435556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435556 is #BCAAA9. Grayscale: #4F4F4F. Windows color (decimal): -12364458 or 5657923. OLE color: 5657923.

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

Color convert

RGB678586-
CMYK0.220.0100.66
HSL183.16º12.42%30%-
HSV(B)183.16º22.09%33.73%-
XYZ7.248.3610.04-
YUV79.73131.54118.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.15%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=28.15%
G=35.71%
B=36.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6785860.220.0100.66183.1612.4230
Hex435556161042b7c1e
Octal10312512626101022671436
Binary1000011101010110101101011010100001010110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435556; }

 p { color: rgb(67,85,86); }

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

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

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

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

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

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

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