Html Css Color HEX #415253 Oracle

📋 copy color: '#415253'

red 65 ◦ green 82 ◦ blue 83

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

Shades of Oracle #415253

Tints of Oracle #415253

RGB

 RED value IS 65 (25.78% from 255) = 28.26%

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

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

R = 28.26%
G = 35.65%
B = 36.09%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#415253 (or 0x415253) is known color: Oracle. HEX triplet: 41, 52 and 53. RGB value is (65,82,83). Sum of RGB (Red+Green+Blue) = 65+82+83=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: blue. Hex color #415253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415253 is #BEADAC. Grayscale: #4D4D4D. Windows color (decimal): -12496301 or 5460545. OLE color: 5460545.

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

Color convert

RGB 65 82 83 -
CMYK 0.22 0.01 0 0.67
HSL 183.33º 0.12% 0.29% -
HSV(B) 183.33º 0.22% 0.33% -
XYZ 6.76 7.78 9.33 -
YUV 77.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 65 82 83 0.22 0.01 0 0.67 183.33 0.12 0.29
Hex 41 52 53 16 1 0 43 B7 C 1D
Octal 101 122 123 26 1 0 103 267 14 35
Binary 1000001 1010010 1010011 10110 1 0 1000011 10110111 1100 11101

Color Harmonies of #415253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415253

Black with #415253

Text Example


Text Example

White with #415253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415253; }

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

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

background-color css

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

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

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

border-color css

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

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

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