Html Css Color HEX #425051 Oracle

📋 copy color: '#425051'

red 66 ◦ green 80 ◦ blue 81

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

Shades of Oracle #425051

Tints of Oracle #425051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 81 (32.03% from 255) = 35.68%

R = 29.07%
G = 35.24%
B = 35.68%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#425051 (or 0x425051) is known color: Oracle. HEX triplet: 42, 50 and 51. RGB value is (66,80,81). Sum of RGB (Red+Green+Blue) = 66+80+81=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: blue. Hex color #425051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425051 is #BDAFAE. Grayscale: #4B4B4B. Windows color (decimal): -12431279 or 5328962. OLE color: 5328962.

HSL color Cylindrical-coordinate representation of color #425051: hue angle of 184º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #425051 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 80 81 -
CMYK 0.19 0.01 0 0.68
HSL 184º 0.1% 0.29% -
HSV(B) 184º 0.19% 0.32% -
XYZ 6.6 7.49 8.88 -
YUV 75.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 66 80 81 0.19 0.01 0 0.68 184 0.1 0.29
Hex 42 50 51 13 1 0 44 B8 A 1D
Octal 102 120 121 23 1 0 104 270 12 35
Binary 1000010 1010000 1010001 10011 1 0 1000100 10111000 1010 11101

Color Harmonies of #425051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425051

Black with #425051

Text Example


Text Example

White with #425051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425051; }

 p { color: rgb(66,80,81); }

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

background-color css

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

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

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

border-color css

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

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

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