Html Css Color HEX #535AAF Rich Blue

📋 copy color: '#535AAF'

red 83 ◦ green 90 ◦ blue 175

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

Shades of Rich Blue #535AAF

Tints of Rich Blue #535AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.86%

 BLUE value IS 175 (68.75% from 255) = 50.29%

R = 23.85%
G = 25.86%
B = 50.29%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#535AAF (or 0x535AAF) is known color: Rich Blue. HEX triplet: 53, 5A and AF. RGB value is (83,90,175). Sum of RGB (Red+Green+Blue) = 83+90+175=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #535AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535AAF is #ACA550. Grayscale: #616161. Windows color (decimal): -11314513 or 11491923. OLE color: 11491923.

HSL color Cylindrical-coordinate representation of color #535AAF: hue angle of 235.43º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #535AAF is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 90 175 -
CMYK 0.53 0.49 0 0.31
HSL 235.43º 0.37% 0.51% -
HSV(B) 235.43º 0.53% 0.69% -
XYZ 14.96 12.25 42.13 -
YUV 97.6 171.68 117.59 -
System Red Green Blue C M Y K H S L
Decimal 83 90 175 0.53 0.49 0 0.31 235.43 0.37 0.51
Hex 53 5A AF 35 31 0 1F EB 25 33
Octal 123 132 257 65 61 0 37 353 45 63
Binary 1010011 1011010 10101111 110101 110001 0 11111 11101011 100101 110011

Color Harmonies of #535AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535AAF

Black with #535AAF

Text Example


Text Example

White with #535AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,90,175); }

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

background-color css

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

 a { background-color: rgb(83,90,175); }

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

border-color css

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

 span { border-color: rgb(83,90,175); }

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