Html Css Color HEX #453953 Jagger

📋 copy color: '#453953'

red 69 ◦ green 57 ◦ blue 83

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

Shades of Jagger #453953

Tints of Jagger #453953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.27%

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

R = 33.01%
G = 27.27%
B = 39.71%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#453953 (or 0x453953) is known color: Jagger. HEX triplet: 45, 39 and 53. RGB value is (69,57,83). Sum of RGB (Red+Green+Blue) = 69+57+83=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #453953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453953 is #BAC6AC. Grayscale: #3F3F3F. Windows color (decimal): -12240557 or 5454149. OLE color: 5454149.

HSL color Cylindrical-coordinate representation of color #453953: hue angle of 267.69º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #453953 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 57 83 -
CMYK 0.17 0.31 0 0.67
HSL 267.69º 0.19% 0.27% -
HSV(B) 267.69º 0.31% 0.33% -
XYZ 5.48 4.82 8.82 -
YUV 63.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 69 57 83 0.17 0.31 0 0.67 267.69 0.19 0.27
Hex 45 39 53 11 1F 0 43 10C 13 1B
Octal 105 71 123 21 37 0 103 414 23 33
Binary 1000101 111001 1010011 10001 11111 0 1000011 100001100 10011 11011

Color Harmonies of #453953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453953

Black with #453953

Text Example


Text Example

White with #453953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453953; }

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

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

background-color css

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

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

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

border-color css

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

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

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