Html Css Color HEX #5C55BB Rich Blue

📋 copy color: '#5C55BB'

red 92 ◦ green 85 ◦ blue 187

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

Shades of Rich Blue #5C55BB

Tints of Rich Blue #5C55BB

RGB

 RED value IS 92 (36.33% from 255) = 25.27%

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

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

R = 25.27%
G = 23.35%
B = 51.37%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C55BB (or 0x5C55BB) is known color: Rich Blue. HEX triplet: 5C, 55 and BB. RGB value is (92,85,187). Sum of RGB (Red+Green+Blue) = 92+85+187=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C55BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C55BB is #A3AA44. Grayscale: #626262. Windows color (decimal): -10725957 or 12277084. OLE color: 12277084.

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

Color convert

RGB 92 85 187 -
CMYK 0.51 0.55 0 0.27
HSL 244.12º 0.43% 0.53% -
HSV(B) 244.12º 0.55% 0.73% -
XYZ 16.63 12.36 48.52 -
YUV 98.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 92 85 187 0.51 0.55 0 0.27 244.12 0.43 0.53
Hex 5C 55 BB 33 37 0 1B F4 2B 35
Octal 134 125 273 63 67 0 33 364 53 65
Binary 1011100 1010101 10111011 110011 110111 0 11011 11110100 101011 110101

Color Harmonies of #5C55BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C55BB

Black with #5C55BB

Text Example


Text Example

White with #5C55BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,85,187); }

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

background-color css

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

 a { background-color: rgb(92,85,187); }

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

border-color css

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

 span { border-color: rgb(92,85,187); }

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