Html Css Color HEX #535FAA Rich Blue

📋 copy color: '#535FAA'

red 83 ◦ green 95 ◦ blue 170

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

Shades of Rich Blue #535FAA

Tints of Rich Blue #535FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.3%

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

R = 23.85%
G = 27.3%
B = 48.85%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#535FAA (or 0x535FAA) is known color: Rich Blue. HEX triplet: 53, 5F and AA. RGB value is (83,95,170). Sum of RGB (Red+Green+Blue) = 83+95+170=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #535FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535FAA is #ACA055. Grayscale: #636363. Windows color (decimal): -11313238 or 11165523. OLE color: 11165523.

HSL color Cylindrical-coordinate representation of color #535FAA: hue angle of 231.72º 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 #535FAA is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 95 170 -
CMYK 0.51 0.44 0 0.33
HSL 231.72º 0.34% 0.5% -
HSV(B) 231.72º 0.51% 0.67% -
XYZ 14.92 12.93 39.74 -
YUV 99.96 167.52 115.9 -
System Red Green Blue C M Y K H S L
Decimal 83 95 170 0.51 0.44 0 0.33 231.72 0.34 0.5
Hex 53 5F AA 33 2C 0 21 E8 22 32
Octal 123 137 252 63 54 0 41 350 42 62
Binary 1010011 1011111 10101010 110011 101100 0 100001 11101000 100010 110010

Color Harmonies of #535FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FAA

Black with #535FAA

Text Example


Text Example

White with #535FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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