Html Css Color HEX #5C5CBA Rich Blue

📋 copy color: '#5C5CBA'

red 92 ◦ green 92 ◦ blue 186

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

Shades of Rich Blue #5C5CBA

Tints of Rich Blue #5C5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.86%

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

R = 24.86%
G = 24.86%
B = 50.27%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C5CBA (or 0x5C5CBA) is known color: Rich Blue. HEX triplet: 5C, 5C and BA. RGB value is (92,92,186). Sum of RGB (Red+Green+Blue) = 92+92+186=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C5CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5CBA is #A3A345. Grayscale: #666666. Windows color (decimal): -10724166 or 12213340. OLE color: 12213340.

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

Color convert

RGB 92 92 186 -
CMYK 0.51 0.51 0 0.27
HSL 240º 0.41% 0.55% -
HSV(B) 240º 0.51% 0.73% -
XYZ 17.1 13.47 48.15 -
YUV 102.72 175 120.36 -
System Red Green Blue C M Y K H S L
Decimal 92 92 186 0.51 0.51 0 0.27 240 0.41 0.55
Hex 5C 5C BA 33 33 0 1B F0 29 37
Octal 134 134 272 63 63 0 33 360 51 67
Binary 1011100 1011100 10111010 110011 110011 0 11011 11110000 101001 110111

Color Harmonies of #5C5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5CBA

Black with #5C5CBA

Text Example


Text Example

White with #5C5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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