Html Css Color HEX #414553 Blue Zodiac

📋 copy color: '#414553'

red 65 ◦ green 69 ◦ blue 83

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

Shades of Blue Zodiac #414553

Tints of Blue Zodiac #414553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

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

R = 29.95%
G = 31.8%
B = 38.25%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414553 (or 0x414553) is known color: Blue Zodiac. HEX triplet: 41, 45 and 53. RGB value is (65,69,83). Sum of RGB (Red+Green+Blue) = 65+69+83=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #414553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414553 is #BEBAAC. Grayscale: #454545. Windows color (decimal): -12499629 or 5457217. OLE color: 5457217.

HSL color Cylindrical-coordinate representation of color #414553: hue angle of 226.67º 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 #414553 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 69 83 -
CMYK 0.22 0.17 0 0.67
HSL 226.67º 0.12% 0.29% -
HSV(B) 226.67º 0.22% 0.33% -
XYZ 5.87 6 9.03 -
YUV 69.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 65 69 83 0.22 0.17 0 0.67 226.67 0.12 0.29
Hex 41 45 53 16 11 0 43 E3 C 1D
Octal 101 105 123 26 21 0 103 343 14 35
Binary 1000001 1000101 1010011 10110 10001 0 1000011 11100011 1100 11101

Color Harmonies of #414553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414553

Black with #414553

Text Example


Text Example

White with #414553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414553; }

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

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

background-color css

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

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

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

border-color css

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

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

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