Html Css Color HEX #535BBD Rich Blue

📋 copy color: '#535BBD'

red 83 ◦ green 91 ◦ blue 189

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

Shades of Rich Blue #535BBD

Tints of Rich Blue #535BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.07%

R = 22.87%
G = 25.07%
B = 52.07%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#535BBD (or 0x535BBD) is known color: Rich Blue. HEX triplet: 53, 5B and BD. RGB value is (83,91,189). Sum of RGB (Red+Green+Blue) = 83+91+189=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #535BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535BBD is #ACA442. Grayscale: #636363. Windows color (decimal): -11314243 or 12409683. OLE color: 12409683.

HSL color Cylindrical-coordinate representation of color #535BBD: hue angle of 235.47º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #535BBD is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 91 189 -
CMYK 0.56 0.52 0 0.26
HSL 235.47º 0.45% 0.53% -
HSV(B) 235.47º 0.56% 0.74% -
XYZ 16.49 13 49.78 -
YUV 99.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 83 91 189 0.56 0.52 0 0.26 235.47 0.45 0.53
Hex 53 5B BD 38 34 0 1A EB 2D 35
Octal 123 133 275 70 64 0 32 353 55 65
Binary 1010011 1011011 10111101 111000 110100 0 11010 11101011 101101 110101

Color Harmonies of #535BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535BBD

Black with #535BBD

Text Example


Text Example

White with #535BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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