Html Css Color HEX #425152 Oracle

📋 copy color: '#425152'

red 66 ◦ green 81 ◦ blue 82

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

Shades of Oracle #425152

Tints of Oracle #425152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.37%

 BLUE value IS 82 (32.42% from 255) = 35.81%

R = 28.82%
G = 35.37%
B = 35.81%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#425152 (or 0x425152) is known color: Oracle. HEX triplet: 42, 51 and 52. RGB value is (66,81,82). Sum of RGB (Red+Green+Blue) = 66+81+82=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 82 - color contains mainly: blue. Hex color #425152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425152 is #BDAEAD. Grayscale: #4C4C4C. Windows color (decimal): -12431022 or 5394754. OLE color: 5394754.

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

Color convert

RGB 66 81 82 -
CMYK 0.20 0.01 0 0.68
HSL 183.75º 0.11% 0.29% -
HSV(B) 183.75º 0.2% 0.32% -
XYZ 6.71 7.65 9.11 -
YUV 76.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 66 81 82 0.20 0.01 0 0.68 183.75 0.11 0.29
Hex 42 51 52 14 1 0 44 B8 B 1D
Octal 102 121 122 24 1 0 104 270 13 35
Binary 1000010 1010001 1010010 10100 1 0 1000100 10111000 1011 11101

Color Harmonies of #425152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425152

Black with #425152

Text Example


Text Example

White with #425152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425152; }

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

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

background-color css

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

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

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

border-color css

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

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

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