Html Css Color HEX #5356BD Rich Blue

📋 copy color: '#5356BD'

red 83 ◦ green 86 ◦ blue 189

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

Shades of Rich Blue #5356BD

Tints of Rich Blue #5356BD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

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

R = 23.18%
G = 24.02%
B = 52.79%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5356BD (or 0x5356BD) is known color: Rich Blue. HEX triplet: 53, 56 and BD. RGB value is (83,86,189). Sum of RGB (Red+Green+Blue) = 83+86+189=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #5356BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5356BD is #ACA942. Grayscale: #606060. Windows color (decimal): -11315523 or 12408403. OLE color: 12408403.

HSL color Cylindrical-coordinate representation of color #5356BD: hue angle of 238.3º 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 #5356BD is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 86 189 -
CMYK 0.56 0.54 0 0.26
HSL 238.3º 0.45% 0.53% -
HSV(B) 238.3º 0.56% 0.74% -
XYZ 16.08 12.17 49.65 -
YUV 96.85 180.01 118.12 -
System Red Green Blue C M Y K H S L
Decimal 83 86 189 0.56 0.54 0 0.26 238.3 0.45 0.53
Hex 53 56 BD 38 36 0 1A EE 2D 35
Octal 123 126 275 70 66 0 32 356 55 65
Binary 1010011 1010110 10111101 111000 110110 0 11010 11101110 101101 110101

Color Harmonies of #5356BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5356BD

Black with #5356BD

Text Example


Text Example

White with #5356BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5356BD; }

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

 H1.HeaderClassName
 {
   color: #5356BD;
 }
 .AnyTagClassName
 {
   color: #5356BD;
 }
</style>

background-color css

<style>
 a { background-color: #5356BD; }

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

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

border-color css

<style>
 span { border-color: #5356BD; }

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

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