Html Css Color HEX #535AB7 Rich Blue

📋 copy color: '#535AB7'

red 83 ◦ green 90 ◦ blue 183

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

Shades of Rich Blue #535AB7

Tints of Rich Blue #535AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.4%

R = 23.31%
G = 25.28%
B = 51.4%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#535AB7 (or 0x535AB7) is known color: Rich Blue. HEX triplet: 53, 5A and B7. RGB value is (83,90,183). Sum of RGB (Red+Green+Blue) = 83+90+183=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #535AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535AB7 is #ACA548. Grayscale: #626262. Windows color (decimal): -11314505 or 12016211. OLE color: 12016211.

HSL color Cylindrical-coordinate representation of color #535AB7: hue angle of 235.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #535AB7 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 90 183 -
CMYK 0.55 0.51 0 0.28
HSL 235.8º 0.41% 0.52% -
HSV(B) 235.8º 0.55% 0.72% -
XYZ 15.77 12.57 46.39 -
YUV 98.51 175.68 116.94 -
System Red Green Blue C M Y K H S L
Decimal 83 90 183 0.55 0.51 0 0.28 235.8 0.41 0.52
Hex 53 5A B7 37 33 0 1C EC 29 34
Octal 123 132 267 67 63 0 34 354 51 64
Binary 1010011 1011010 10110111 110111 110011 0 11100 11101100 101001 110100

Color Harmonies of #535AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535AB7

Black with #535AB7

Text Example


Text Example

White with #535AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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