Html Css Color HEX #535DB5 Rich Blue

📋 copy color: '#535DB5'

red 83 ◦ green 93 ◦ blue 181

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

Shades of Rich Blue #535DB5

Tints of Rich Blue #535DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.7%

R = 23.25%
G = 26.05%
B = 50.7%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#535DB5 (or 0x535DB5) is known color: Rich Blue. HEX triplet: 53, 5D and B5. RGB value is (83,93,181). Sum of RGB (Red+Green+Blue) = 83+93+181=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 181 (71.09% from 255 or 50.70% from 357); Max value from RGB is 181 - color contains mainly: blue. Hex color #535DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DB5 is #ACA24A. Grayscale: #636363. Windows color (decimal): -11313739 or 11885907. OLE color: 11885907.

HSL color Cylindrical-coordinate representation of color #535DB5: hue angle of 233.88º degrees, saturation: 0.4, 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 #535DB5 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 93 181 -
CMYK 0.54 0.49 0 0.29
HSL 233.88º 0.4% 0.52% -
HSV(B) 233.88º 0.54% 0.71% -
XYZ 15.82 13 45.39 -
YUV 100.04 173.69 115.84 -
System Red Green Blue C M Y K H S L
Decimal 83 93 181 0.54 0.49 0 0.29 233.88 0.4 0.52
Hex 53 5D B5 36 31 0 1D EA 28 34
Octal 123 135 265 66 61 0 35 352 50 64
Binary 1010011 1011101 10110101 110110 110001 0 11101 11101010 101000 110100

Color Harmonies of #535DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535DB5

Black with #535DB5

Text Example


Text Example

White with #535DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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