Html Css Color HEX #535ABA Rich Blue

📋 copy color: '#535ABA'

red 83 ◦ green 90 ◦ blue 186

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

Shades of Rich Blue #535ABA

Tints of Rich Blue #535ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.81%

R = 23.12%
G = 25.07%
B = 51.81%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#535ABA (or 0x535ABA) is known color: Rich Blue. HEX triplet: 53, 5A and BA. RGB value is (83,90,186). Sum of RGB (Red+Green+Blue) = 83+90+186=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #535ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ABA is #ACA545. Grayscale: #626262. Windows color (decimal): -11314502 or 12212819. OLE color: 12212819.

HSL color Cylindrical-coordinate representation of color #535ABA: hue angle of 235.92º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #535ABA is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 90 186 -
CMYK 0.55 0.52 0 0.27
HSL 235.92º 0.43% 0.53% -
HSV(B) 235.92º 0.55% 0.73% -
XYZ 16.09 12.7 48.06 -
YUV 98.85 177.18 116.69 -
System Red Green Blue C M Y K H S L
Decimal 83 90 186 0.55 0.52 0 0.27 235.92 0.43 0.53
Hex 53 5A BA 37 34 0 1B EC 2B 35
Octal 123 132 272 67 64 0 33 354 53 65
Binary 1010011 1011010 10111010 110111 110100 0 11011 11101100 101011 110101

Color Harmonies of #535ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535ABA

Black with #535ABA

Text Example


Text Example

White with #535ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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