Html Css Color HEX #535CB9 Rich Blue

📋 copy color: '#535CB9'

red 83 ◦ green 92 ◦ blue 185

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

Shades of Rich Blue #535CB9

Tints of Rich Blue #535CB9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.56%

 BLUE value IS 185 (72.66% from 255) = 51.39%

R = 23.06%
G = 25.56%
B = 51.39%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#535CB9 (or 0x535CB9) is known color: Rich Blue. HEX triplet: 53, 5C and B9. RGB value is (83,92,185). Sum of RGB (Red+Green+Blue) = 83+92+185=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #535CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CB9 is #ACA346. Grayscale: #636363. Windows color (decimal): -11313991 or 12147795. OLE color: 12147795.

HSL color Cylindrical-coordinate representation of color #535CB9: hue angle of 234.71º degrees, saturation: 0.42, 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 #535CB9 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 92 185 -
CMYK 0.55 0.50 0 0.27
HSL 234.71º 0.42% 0.53% -
HSV(B) 234.71º 0.55% 0.73% -
XYZ 16.15 13 47.56 -
YUV 99.91 176.02 115.94 -
System Red Green Blue C M Y K H S L
Decimal 83 92 185 0.55 0.50 0 0.27 234.71 0.42 0.53
Hex 53 5C B9 37 32 0 1B EB 2A 35
Octal 123 134 271 67 62 0 33 353 52 65
Binary 1010011 1011100 10111001 110111 110010 0 11011 11101011 101010 110101

Color Harmonies of #535CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535CB9

Black with #535CB9

Text Example


Text Example

White with #535CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,92,185); }

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

background-color css

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

 a { background-color: rgb(83,92,185); }

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

border-color css

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

 span { border-color: rgb(83,92,185); }

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