Html Css Color HEX #535AB4 Rich Blue

📋 copy color: '#535AB4'

red 83 ◦ green 90 ◦ blue 180

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

Shades of Rich Blue #535AB4

Tints of Rich Blue #535AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.99%

R = 23.51%
G = 25.5%
B = 50.99%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#535AB4 (or 0x535AB4) is known color: Rich Blue. HEX triplet: 53, 5A and B4. RGB value is (83,90,180). Sum of RGB (Red+Green+Blue) = 83+90+180=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #535AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535AB4 is #ACA54B. Grayscale: #616161. Windows color (decimal): -11314508 or 11819603. OLE color: 11819603.

HSL color Cylindrical-coordinate representation of color #535AB4: hue angle of 235.67º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #535AB4 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 90 180 -
CMYK 0.54 0.50 0 0.29
HSL 235.67º 0.39% 0.52% -
HSV(B) 235.67º 0.54% 0.71% -
XYZ 15.46 12.45 44.77 -
YUV 98.17 174.18 117.18 -
System Red Green Blue C M Y K H S L
Decimal 83 90 180 0.54 0.50 0 0.29 235.67 0.39 0.52
Hex 53 5A B4 36 32 0 1D EC 27 34
Octal 123 132 264 66 62 0 35 354 47 64
Binary 1010011 1011010 10110100 110110 110010 0 11101 11101100 100111 110100

Color Harmonies of #535AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535AB4

Black with #535AB4

Text Example


Text Example

White with #535AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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