Html Css Color HEX #535FAB Rich Blue

📋 copy color: '#535FAB'

red 83 ◦ green 95 ◦ blue 171

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

Shades of Rich Blue #535FAB

Tints of Rich Blue #535FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 23.78%
G = 27.22%
B = 49%

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

#535FAB (or 0x535FAB) is known color: Rich Blue. HEX triplet: 53, 5F and AB. RGB value is (83,95,171). Sum of RGB (Red+Green+Blue) = 83+95+171=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #535FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535FAB is #ACA054. Grayscale: #636363. Windows color (decimal): -11313237 or 11231059. OLE color: 11231059.

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

Color convert

RGB 83 95 171 -
CMYK 0.51 0.44 0 0.33
HSL 231.82º 0.35% 0.5% -
HSV(B) 231.82º 0.51% 0.67% -
XYZ 15.01 12.96 40.24 -
YUV 100.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 83 95 171 0.51 0.44 0 0.33 231.82 0.35 0.5
Hex 53 5F AB 33 2C 0 21 E8 23 32
Octal 123 137 253 63 54 0 41 350 43 62
Binary 1010011 1011111 10101011 110011 101100 0 100001 11101000 100011 110010

Color Harmonies of #535FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FAB

Black with #535FAB

Text Example


Text Example

White with #535FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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