Html Css Color HEX #535DAE Rich Blue

📋 copy color: '#535DAE'

red 83 ◦ green 93 ◦ blue 174

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

Shades of Rich Blue #535DAE

Tints of Rich Blue #535DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.71%

R = 23.71%
G = 26.57%
B = 49.71%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#535DAE (or 0x535DAE) is known color: Rich Blue. HEX triplet: 53, 5D and AE. RGB value is (83,93,174). Sum of RGB (Red+Green+Blue) = 83+93+174=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #535DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535DAE is #ACA251. Grayscale: #626262. Windows color (decimal): -11313746 or 11427155. OLE color: 11427155.

HSL color Cylindrical-coordinate representation of color #535DAE: hue angle of 233.41º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #535DAE is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 93 174 -
CMYK 0.52 0.47 0 0.32
HSL 233.41º 0.36% 0.5% -
HSV(B) 233.41º 0.52% 0.68% -
XYZ 15.12 12.72 41.7 -
YUV 99.24 170.19 116.41 -
System Red Green Blue C M Y K H S L
Decimal 83 93 174 0.52 0.47 0 0.32 233.41 0.36 0.5
Hex 53 5D AE 34 2F 0 20 E9 24 32
Octal 123 135 256 64 57 0 40 351 44 62
Binary 1010011 1011101 10101110 110100 101111 0 100000 11101001 100100 110010

Color Harmonies of #535DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535DAE

Black with #535DAE

Text Example


Text Example

White with #535DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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