Html Css Color HEX #535DAA Rich Blue

📋 copy color: '#535DAA'

red 83 ◦ green 93 ◦ blue 170

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

Shades of Rich Blue #535DAA

Tints of Rich Blue #535DAA

RGB

 RED value IS 83 (32.81% from 255) = 23.99%

 GREEN value IS 93 (36.72% from 255) = 26.88%

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 23.99%
G = 26.88%
B = 49.13%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#535DAA (or 0x535DAA) is known color: Rich Blue. HEX triplet: 53, 5D and AA. RGB value is (83,93,170). Sum of RGB (Red+Green+Blue) = 83+93+170=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #535DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535DAA is #ACA255. Grayscale: #626262. Windows color (decimal): -11313750 or 11165011. OLE color: 11165011.

HSL color Cylindrical-coordinate representation of color #535DAA: hue angle of 233.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #535DAA is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 93 170 -
CMYK 0.51 0.45 0 0.33
HSL 233.1º 0.34% 0.5% -
HSV(B) 233.1º 0.51% 0.67% -
XYZ 14.74 12.57 39.68 -
YUV 98.79 168.19 116.74 -
System Red Green Blue C M Y K H S L
Decimal 83 93 170 0.51 0.45 0 0.33 233.1 0.34 0.5
Hex 53 5D AA 33 2D 0 21 E9 22 32
Octal 123 135 252 63 55 0 41 351 42 62
Binary 1010011 1011101 10101010 110011 101101 0 100001 11101001 100010 110010

Color Harmonies of #535DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535DAA

Black with #535DAA

Text Example


Text Example

White with #535DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535DAA; }

 p { color: rgb(83,93,170); }

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

background-color css

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

 a { background-color: rgb(83,93,170); }

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

border-color css

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

 span { border-color: rgb(83,93,170); }

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