Html Css Color HEX #5355BC Rich Blue

📋 copy color: '#5355BC'

red 83 ◦ green 85 ◦ blue 188

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

Shades of Rich Blue #5355BC

Tints of Rich Blue #5355BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 23.31%
G = 23.88%
B = 52.81%

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

#5355BC (or 0x5355BC) is known color: Rich Blue. HEX triplet: 53, 55 and BC. RGB value is (83,85,188). Sum of RGB (Red+Green+Blue) = 83+85+188=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #5355BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5355BC is #ACAA43. Grayscale: #5F5F5F. Windows color (decimal): -11315780 or 12342611. OLE color: 12342611.

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

Color convert

RGB 83 85 188 -
CMYK 0.56 0.55 0 0.26
HSL 238.86º 0.44% 0.53% -
HSV(B) 238.86º 0.56% 0.74% -
XYZ 15.89 11.97 49.05 -
YUV 96.14 179.84 118.62 -
System Red Green Blue C M Y K H S L
Decimal 83 85 188 0.56 0.55 0 0.26 238.86 0.44 0.53
Hex 53 55 BC 38 37 0 1A EF 2C 35
Octal 123 125 274 70 67 0 32 357 54 65
Binary 1010011 1010101 10111100 111000 110111 0 11010 11101111 101100 110101

Color Harmonies of #5355BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5355BC

Black with #5355BC

Text Example


Text Example

White with #5355BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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