Html Css Color HEX #535FA5 Rich Blue

📋 copy color: '#535FA5'

red 83 ◦ green 95 ◦ blue 165

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

Shades of Rich Blue #535FA5

Tints of Rich Blue #535FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.1%

R = 24.2%
G = 27.7%
B = 48.1%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#535FA5 (or 0x535FA5) is known color: Rich Blue. HEX triplet: 53, 5F and A5. RGB value is (83,95,165). Sum of RGB (Red+Green+Blue) = 83+95+165=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #535FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535FA5 is #ACA05A. Grayscale: #636363. Windows color (decimal): -11313243 or 10837843. OLE color: 10837843.

HSL color Cylindrical-coordinate representation of color #535FA5: hue angle of 231.22º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #535FA5 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 95 165 -
CMYK 0.50 0.42 0 0.35
HSL 231.22º 0.33% 0.49% -
HSV(B) 231.22º 0.5% 0.65% -
XYZ 14.45 12.74 37.29 -
YUV 99.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 83 95 165 0.50 0.42 0 0.35 231.22 0.33 0.49
Hex 53 5F A5 32 2A 0 23 E7 21 31
Octal 123 137 245 62 52 0 43 347 41 61
Binary 1010011 1011111 10100101 110010 101010 0 100011 11100111 100001 110001

Color Harmonies of #535FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FA5

Black with #535FA5

Text Example


Text Example

White with #535FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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