Html Css Color HEX #535DB9 Rich Blue

📋 copy color: '#535DB9'

red 83 ◦ green 93 ◦ blue 185

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

Shades of Rich Blue #535DB9

Tints of Rich Blue #535DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.76%

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

R = 22.99%
G = 25.76%
B = 51.25%

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

#535DB9 (or 0x535DB9) is known color: Rich Blue. HEX triplet: 53, 5D and B9. RGB value is (83,93,185). Sum of RGB (Red+Green+Blue) = 83+93+185=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #535DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DB9 is #ACA246. Grayscale: #646464. Windows color (decimal): -11313735 or 12148051. OLE color: 12148051.

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

Color convert

RGB 83 93 185 -
CMYK 0.55 0.50 0 0.27
HSL 234.12º 0.42% 0.53% -
HSV(B) 234.12º 0.55% 0.73% -
XYZ 16.24 13.17 47.59 -
YUV 100.5 175.69 115.52 -
System Red Green Blue C M Y K H S L
Decimal 83 93 185 0.55 0.50 0 0.27 234.12 0.42 0.53
Hex 53 5D B9 37 32 0 1B EA 2A 35
Octal 123 135 271 67 62 0 33 352 52 65
Binary 1010011 1011101 10111001 110111 110010 0 11011 11101010 101010 110101

Color Harmonies of #535DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535DB9

Black with #535DB9

Text Example


Text Example

White with #535DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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