#5C5CB0

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

Shades of Rich Blue #5C5CB0

Tints of Rich Blue #5C5CB0

Color information

#5C5CB0 (or 0x5C5CB0) is unknown color: approx Rich Blue. HEX triplet: 5C, 5C and B0. RGB value is (92,92,176). Sum of RGB (Red+Green+Blue) = 92+92+176=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 176 (69.14% from 255 or 48.89% from 360); Max value from RGB is 176 - color contains mainly: blue. Hex color #5C5CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5CB0 is #A3A34F. Grayscale: #656565. Windows color (decimal): -10724176 or 11557980. OLE color: 11557980.

HSL color Cylindrical-coordinate representation of color #5C5CB0: hue angle of 240º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C5CB0 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9292176-
CMYK0.480.4800.31
HSL240º34.71%52.55%-
HSV(B)240º47.73%69.02%-
XYZ16.0813.0642.75-
YUV101.58170121.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.56%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 176 (69.14% from 255) = 48.89%
R=25.56%
G=25.56%
B=48.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92921760.480.4800.3124034.7152.55
Hex5C5CB0303001Ff02335
Octal13413426060600373604365
Binary101110010111001011000011000011000001111111110000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,92,176); }

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

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

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

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

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

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

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