#425758

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

Shades of Oracle #425758

Tints of Oracle #425758

Color information

#425758 (or 0x425758) is unknown color: approx Oracle. HEX triplet: 42, 57 and 58. RGB value is (66,87,88). Sum of RGB (Red+Green+Blue) = 66+87+88=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: blue. Hex color #425758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425758 is #BDA8A7. Grayscale: #505050. Windows color (decimal): -12429480 or 5789506. OLE color: 5789506.

HSL color Cylindrical-coordinate representation of color #425758: hue angle of 182.73º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #425758 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB668788-
CMYK0.250.0100.65
HSL182.73º14.29%30.2%-
HSV(B)182.73º25%34.51%-
XYZ7.428.6810.52-
YUV80.83132.04117.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=27.39%
G=36.10%
B=36.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6687880.250.0100.65182.7314.2930.2
Hex425758191041b7e1e
Octal10212713031101012671636
Binary1000010101011110110001100110100000110110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425758; }

 p { color: rgb(66,87,88); }

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

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

 a { background-color: rgb(66,87,88); }

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

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

 span { border-color: rgb(66,87,88); }

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