#425354

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

Shades of Oracle #425354

Tints of Oracle #425354

Color information

#425354 (or 0x425354) is unknown color: approx Oracle. HEX triplet: 42, 53 and 54. RGB value is (66,83,84). Sum of RGB (Red+Green+Blue) = 66+83+84=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 84 - color contains mainly: blue. Hex color #425354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425354 is #BDACAB. Grayscale: #4E4E4E. Windows color (decimal): -12430508 or 5526338. OLE color: 5526338.

HSL color Cylindrical-coordinate representation of color #425354: 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.21%. Process color model (Four color, CMYK) of #425354 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB668384-
CMYK0.210.0100.67
HSL183.33º12%29.41%-
HSV(B)183.33º21.43%32.94%-
XYZ6.947.989.56-
YUV78.03131.37119.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=28.33%
G=35.62%
B=36.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683840.210.0100.67183.331229.41
Hex425354151043b7c1d
Octal10212312425101032671435
Binary1000010101001110101001010110100001110110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425354; }

 p { color: rgb(66,83,84); }

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

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

 a { background-color: rgb(66,83,84); }

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

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

 span { border-color: rgb(66,83,84); }

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