Html Css Color HEX #5A55BC Rich Blue

📋 copy color: '#5A55BC'

red 90 ◦ green 85 ◦ blue 188

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

Shades of Rich Blue #5A55BC

Tints of Rich Blue #5A55BC

RGB

 RED value IS 90 (35.55% from 255) = 24.79%

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

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

R = 24.79%
G = 23.42%
B = 51.79%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A55BC (or 0x5A55BC) is known color: Rich Blue. HEX triplet: 5A, 55 and BC. RGB value is (90,85,188). Sum of RGB (Red+Green+Blue) = 90+85+188=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A55BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A55BC is #A5AA43. Grayscale: #616161. Windows color (decimal): -10857028 or 12342618. OLE color: 12342618.

HSL color Cylindrical-coordinate representation of color #5A55BC: hue angle of 242.91º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A55BC is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 85 188 -
CMYK 0.52 0.55 0 0.26
HSL 242.91º 0.43% 0.54% -
HSV(B) 242.91º 0.55% 0.74% -
XYZ 16.54 12.3 49.08 -
YUV 98.24 178.66 122.12 -
System Red Green Blue C M Y K H S L
Decimal 90 85 188 0.52 0.55 0 0.26 242.91 0.43 0.54
Hex 5A 55 BC 34 37 0 1A F3 2B 36
Octal 132 125 274 64 67 0 32 363 53 66
Binary 1011010 1010101 10111100 110100 110111 0 11010 11110011 101011 110110

Color Harmonies of #5A55BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A55BC

Black with #5A55BC

Text Example


Text Example

White with #5A55BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A55BC; }

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

 H1.HeaderClassName
 {
   color: #5A55BC;
 }
 .AnyTagClassName
 {
   color: #5A55BC;
 }
</style>

background-color css

<style>
 a { background-color: #5A55BC; }

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

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

border-color css

<style>
 span { border-color: #5A55BC; }

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

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