#5C61BB

Color #5C61BB Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5C61BB

Tints of Rich Blue #5C61BB

Color information

#5C61BB (or 0x5C61BB) is unknown color: approx Rich Blue. HEX triplet: 5C, 61 and BB. RGB value is (92,97,187). Sum of RGB (Red+Green+Blue) = 92+97+187=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C61BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C61BB is #A39E44. Grayscale: #696969. Windows color (decimal): -10722885 or 12280156. OLE color: 12280156.

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

Color convert

RGB9297187-
CMYK0.510.4800.27
HSL236.84º41.13%54.71%-
HSV(B)236.84º50.8%73.33%-
XYZ17.6614.4148.86-
YUV105.76173.84118.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.47%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=24.47%
G=25.80%
B=49.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92971870.510.4800.27236.8441.1354.71
Hex5C61BB333001Bed2937
Octal13414127363600333555167
Binary101110011000011011101111001111000001101111101101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C61BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C61BB;
 }
 .AnyTagClassName
 {
   color: #5C61BB;
 }
</style>
background-color css

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

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

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

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

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

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