Html Css Color HEX #425859 Oracle

📋 copy color: '#425859'

red 66 ◦ green 88 ◦ blue 89

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

Shades of Oracle #425859

Tints of Oracle #425859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.21%

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

R = 27.16%
G = 36.21%
B = 36.63%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#425859 (or 0x425859) is known color: Oracle. HEX triplet: 42, 58 and 59. RGB value is (66,88,89). Sum of RGB (Red+Green+Blue) = 66+88+89=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #425859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425859 is #BDA7A6. Grayscale: #515151. Windows color (decimal): -12429223 or 5855298. OLE color: 5855298.

HSL color Cylindrical-coordinate representation of color #425859: hue angle of 182.61º 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 #425859 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 89 -
CMYK 0.26 0.01 0 0.65
HSL 182.61º 0.15% 0.3% -
HSV(B) 182.61º 0.26% 0.35% -
XYZ 7.54 8.86 10.76 -
YUV 81.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 66 88 89 0.26 0.01 0 0.65 182.61 0.15 0.3
Hex 42 58 59 1A 1 0 41 B7 F 1E
Octal 102 130 131 32 1 0 101 267 17 36
Binary 1000010 1011000 1011001 11010 1 0 1000001 10110111 1111 11110

Color Harmonies of #425859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425859

Black with #425859

Text Example


Text Example

White with #425859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425859; }

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

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

background-color css

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

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

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

border-color css

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

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

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