Html Css Color HEX #425959 Oracle

📋 copy color: '#425959'

red 66 ◦ green 89 ◦ blue 89

#425959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #425959

Tints of Oracle #425959

RGB

 RED value IS 66 (26.17% from 255) = 27.05%

 GREEN value IS 89 (35.16% from 255) = 36.48%

 BLUE value IS 89 (35.16% from 255) = 36.48%

R = 27.05%
G = 36.48%
B = 36.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#425959 (or 0x425959) is known color: Oracle. HEX triplet: 42, 59 and 59. RGB value is (66,89,89). Sum of RGB (Red+Green+Blue) = 66+89+89=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #425959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425959 is #BDA6A6. Grayscale: #525252. Windows color (decimal): -12428967 or 5855554. OLE color: 5855554.

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

Color convert

RGB 66 89 89 -
CMYK 0.26 0 0 0.65
HSL 180º 0.15% 0.3% -
HSV(B) 180º 0.26% 0.35% -
XYZ 7.62 9.02 10.79 -
YUV 82.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 66 89 89 0.26 0 0 0.65 180 0.15 0.3
Hex 42 59 59 1A 0 0 41 B4 F 1E
Octal 102 131 131 32 0 0 101 264 17 36
Binary 1000010 1011001 1011001 11010 0 0 1000001 10110100 1111 11110

Color Harmonies of #425959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425959

Black with #425959

Text Example


Text Example

White with #425959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425959; }

 p { color: rgb(66,89,89); }

 H1.HeaderClassName
 {
   color: #425959;
 }
 .AnyTagClassName
 {
   color: #425959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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