Html Css Color HEX #5355BD Rich Blue

📋 copy color: '#5355BD'

red 83 ◦ green 85 ◦ blue 189

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

Shades of Rich Blue #5355BD

Tints of Rich Blue #5355BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

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

R = 23.25%
G = 23.81%
B = 52.94%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5355BD (or 0x5355BD) is known color: Rich Blue. HEX triplet: 53, 55 and BD. RGB value is (83,85,189). Sum of RGB (Red+Green+Blue) = 83+85+189=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #5355BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5355BD is #ACAA42. Grayscale: #5F5F5F. Windows color (decimal): -11315779 or 12408147. OLE color: 12408147.

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

Color convert

RGB 83 85 189 -
CMYK 0.56 0.55 0 0.26
HSL 238.87º 0.45% 0.53% -
HSV(B) 238.87º 0.56% 0.74% -
XYZ 16 12.01 49.62 -
YUV 96.26 180.34 118.54 -
System Red Green Blue C M Y K H S L
Decimal 83 85 189 0.56 0.55 0 0.26 238.87 0.45 0.53
Hex 53 55 BD 38 37 0 1A EF 2D 35
Octal 123 125 275 70 67 0 32 357 55 65
Binary 1010011 1010101 10111101 111000 110111 0 11010 11101111 101101 110101

Color Harmonies of #5355BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5355BD

Black with #5355BD

Text Example


Text Example

White with #5355BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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