Html Css Color HEX #535BBA Rich Blue

📋 copy color: '#535BBA'

red 83 ◦ green 91 ◦ blue 186

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

Shades of Rich Blue #535BBA

Tints of Rich Blue #535BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.28%

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 23.06%
G = 25.28%
B = 51.67%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#535BBA (or 0x535BBA) is known color: Rich Blue. HEX triplet: 53, 5B and BA. RGB value is (83,91,186). Sum of RGB (Red+Green+Blue) = 83+91+186=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #535BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535BBA is #ACA445. Grayscale: #636363. Windows color (decimal): -11314246 or 12213075. OLE color: 12213075.

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

Color convert

RGB 83 91 186 -
CMYK 0.55 0.51 0 0.27
HSL 235.34º 0.43% 0.53% -
HSV(B) 235.34º 0.55% 0.73% -
XYZ 16.17 12.87 48.09 -
YUV 99.44 176.85 116.28 -
System Red Green Blue C M Y K H S L
Decimal 83 91 186 0.55 0.51 0 0.27 235.34 0.43 0.53
Hex 53 5B BA 37 33 0 1B EB 2B 35
Octal 123 133 272 67 63 0 33 353 53 65
Binary 1010011 1011011 10111010 110111 110011 0 11011 11101011 101011 110101

Color Harmonies of #535BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535BBA

Black with #535BBA

Text Example


Text Example

White with #535BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,91,186); }

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

background-color css

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

 a { background-color: rgb(83,91,186); }

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

border-color css

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

 span { border-color: rgb(83,91,186); }

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