Html Css Color HEX #5C60BA Rich Blue

📋 copy color: '#5C60BA'

red 92 ◦ green 96 ◦ blue 186

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

Shades of Rich Blue #5C60BA

Tints of Rich Blue #5C60BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.67%

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 24.6%
G = 25.67%
B = 49.73%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C60BA (or 0x5C60BA) is known color: Rich Blue. HEX triplet: 5C, 60 and BA. RGB value is (92,96,186). Sum of RGB (Red+Green+Blue) = 92+96+186=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C60BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C60BA is #A39F45. Grayscale: #686868. Windows color (decimal): -10723142 or 12214364. OLE color: 12214364.

HSL color Cylindrical-coordinate representation of color #5C60BA: hue angle of 237.45º 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 #5C60BA is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 96 186 -
CMYK 0.51 0.48 0 0.27
HSL 237.45º 0.41% 0.55% -
HSV(B) 237.45º 0.51% 0.73% -
XYZ 17.46 14.19 48.27 -
YUV 105.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 92 96 186 0.51 0.48 0 0.27 237.45 0.41 0.55
Hex 5C 60 BA 33 30 0 1B ED 29 37
Octal 134 140 272 63 60 0 33 355 51 67
Binary 1011100 1100000 10111010 110011 110000 0 11011 11101101 101001 110111

Color Harmonies of #5C60BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C60BA

Black with #5C60BA

Text Example


Text Example

White with #5C60BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,96,186); }

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

background-color css

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

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

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

border-color css

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

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

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