Html Css Color HEX #453253 Jagger

📋 copy color: '#453253'

red 69 ◦ green 50 ◦ blue 83

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

Shades of Jagger #453253

Tints of Jagger #453253

RGB

 RED value IS 69 (27.34% from 255) = 34.16%

 GREEN value IS 50 (19.92% from 255) = 24.75%

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

R = 34.16%
G = 24.75%
B = 41.09%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#453253 (or 0x453253) is known color: Jagger. HEX triplet: 45, 32 and 53. RGB value is (69,50,83). Sum of RGB (Red+Green+Blue) = 69+50+83=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #453253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453253 is #BACDAC. Grayscale: #3B3B3B. Windows color (decimal): -12242349 or 5452357. OLE color: 5452357.

HSL color Cylindrical-coordinate representation of color #453253: hue angle of 274.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #453253 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 50 83 -
CMYK 0.17 0.40 0 0.67
HSL 274.55º 0.25% 0.26% -
HSV(B) 274.55º 0.4% 0.33% -
XYZ 5.16 4.17 8.72 -
YUV 59.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 69 50 83 0.17 0.40 0 0.67 274.55 0.25 0.26
Hex 45 32 53 11 28 0 43 113 19 1A
Octal 105 62 123 21 50 0 103 423 31 32
Binary 1000101 110010 1010011 10001 101000 0 1000011 100010011 11001 11010

Color Harmonies of #453253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453253

Black with #453253

Text Example


Text Example

White with #453253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453253; }

 p { color: rgb(69,50,83); }

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

background-color css

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

 a { background-color: rgb(69,50,83); }

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

border-color css

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

 span { border-color: rgb(69,50,83); }

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