Html Css Color HEX #425253 Oracle

📋 copy color: '#425253'

red 66 ◦ green 82 ◦ blue 83

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

Shades of Oracle #425253

Tints of Oracle #425253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.5%

 BLUE value IS 83 (32.81% from 255) = 35.93%

R = 28.57%
G = 35.5%
B = 35.93%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#425253 (or 0x425253) is known color: Oracle. HEX triplet: 42, 52 and 53. RGB value is (66,82,83). Sum of RGB (Red+Green+Blue) = 66+82+83=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 83 - color contains mainly: blue. Hex color #425253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425253 is #BDADAC. Grayscale: #4D4D4D. Windows color (decimal): -12430765 or 5460546. OLE color: 5460546.

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

Color convert

RGB 66 82 83 -
CMYK 0.20 0.01 0 0.67
HSL 183.53º 0.11% 0.29% -
HSV(B) 183.53º 0.2% 0.33% -
XYZ 6.83 7.82 9.33 -
YUV 77.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 66 82 83 0.20 0.01 0 0.67 183.53 0.11 0.29
Hex 42 52 53 14 1 0 43 B8 B 1D
Octal 102 122 123 24 1 0 103 270 13 35
Binary 1000010 1010010 1010011 10100 1 0 1000011 10111000 1011 11101

Color Harmonies of #425253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425253

Black with #425253

Text Example


Text Example

White with #425253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425253; }

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

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

background-color css

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

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

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

border-color css

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

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

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