Html Css Color HEX #535DBB Rich Blue

📋 copy color: '#535DBB'

red 83 ◦ green 93 ◦ blue 187

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

Shades of Rich Blue #535DBB

Tints of Rich Blue #535DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 22.87%
G = 25.62%
B = 51.52%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#535DBB (or 0x535DBB) is known color: Rich Blue. HEX triplet: 53, 5D and BB. RGB value is (83,93,187). Sum of RGB (Red+Green+Blue) = 83+93+187=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #535DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DBB is #ACA244. Grayscale: #646464. Windows color (decimal): -11313733 or 12279123. OLE color: 12279123.

HSL color Cylindrical-coordinate representation of color #535DBB: hue angle of 234.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #535DBB is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 93 187 -
CMYK 0.56 0.50 0 0.27
HSL 234.23º 0.43% 0.53% -
HSV(B) 234.23º 0.56% 0.73% -
XYZ 16.45 13.26 48.71 -
YUV 100.73 176.69 115.36 -
System Red Green Blue C M Y K H S L
Decimal 83 93 187 0.56 0.50 0 0.27 234.23 0.43 0.53
Hex 53 5D BB 38 32 0 1B EA 2B 35
Octal 123 135 273 70 62 0 33 352 53 65
Binary 1010011 1011101 10111011 111000 110010 0 11011 11101010 101011 110101

Color Harmonies of #535DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535DBB

Black with #535DBB

Text Example


Text Example

White with #535DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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