Html Css Color HEX #535DAC Rich Blue

📋 copy color: '#535DAC'

red 83 ◦ green 93 ◦ blue 172

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

Shades of Rich Blue #535DAC

Tints of Rich Blue #535DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.43%

R = 23.85%
G = 26.72%
B = 49.43%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#535DAC (or 0x535DAC) is known color: Rich Blue. HEX triplet: 53, 5D and AC. RGB value is (83,93,172). Sum of RGB (Red+Green+Blue) = 83+93+172=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #535DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535DAC is #ACA253. Grayscale: #626262. Windows color (decimal): -11313748 or 11296083. OLE color: 11296083.

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

Color convert

RGB 83 93 172 -
CMYK 0.52 0.46 0 0.33
HSL 233.26º 0.35% 0.5% -
HSV(B) 233.26º 0.52% 0.67% -
XYZ 14.93 12.65 40.68 -
YUV 99.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 83 93 172 0.52 0.46 0 0.33 233.26 0.35 0.5
Hex 53 5D AC 34 2E 0 21 E9 23 32
Octal 123 135 254 64 56 0 41 351 43 62
Binary 1010011 1011101 10101100 110100 101110 0 100001 11101001 100011 110010

Color Harmonies of #535DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535DAC

Black with #535DAC

Text Example


Text Example

White with #535DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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