Html Css Color HEX #405253 Oracle

📋 copy color: '#405253'

red 64 ◦ green 82 ◦ blue 83

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

Shades of Oracle #405253

Tints of Oracle #405253

RGB

 RED value IS 64 (25.39% from 255) = 27.95%

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

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

R = 27.95%
G = 35.81%
B = 36.24%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#405253 (or 0x405253) is known color: Oracle. HEX triplet: 40, 52 and 53. RGB value is (64,82,83). Sum of RGB (Red+Green+Blue) = 64+82+83=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: blue. Hex color #405253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405253 is #BFADAC. Grayscale: #4C4C4C. Windows color (decimal): -12561837 or 5460544. OLE color: 5460544.

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

Color convert

RGB 64 82 83 -
CMYK 0.23 0.01 0 0.67
HSL 183.16º 0.13% 0.29% -
HSV(B) 183.16º 0.23% 0.33% -
XYZ 6.69 7.75 9.33 -
YUV 76.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 64 82 83 0.23 0.01 0 0.67 183.16 0.13 0.29
Hex 40 52 53 17 1 0 43 B7 D 1D
Octal 100 122 123 27 1 0 103 267 15 35
Binary 1000000 1010010 1010011 10111 1 0 1000011 10110111 1101 11101

Color Harmonies of #405253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405253

Black with #405253

Text Example


Text Example

White with #405253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405253; }

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

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

background-color css

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

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

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

border-color css

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

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

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