Html Css Color HEX #5C5DBA Rich Blue

📋 copy color: '#5C5DBA'

red 92 ◦ green 93 ◦ blue 186

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

Shades of Rich Blue #5C5DBA

Tints of Rich Blue #5C5DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.07%

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

R = 24.8%
G = 25.07%
B = 50.13%

CMYK

 C value IS 0.51

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C5DBA (or 0x5C5DBA) is known color: Rich Blue. HEX triplet: 5C, 5D and BA. RGB value is (92,93,186). Sum of RGB (Red+Green+Blue) = 92+93+186=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C5DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5DBA is #A3A245. Grayscale: #666666. Windows color (decimal): -10723910 or 12213596. OLE color: 12213596.

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

Color convert

RGB 92 93 186 -
CMYK 0.51 0.5 0 0.27
HSL 239.36º 0.41% 0.55% -
HSV(B) 239.36º 0.51% 0.73% -
XYZ 17.19 13.65 48.18 -
YUV 103.3 174.67 119.94 -
System Red Green Blue C M Y K H S L
Decimal 92 93 186 0.51 0.5 0 0.27 239.36 0.41 0.55
Hex 5C 5D BA 33 32 0 1B EF 29 37
Octal 134 135 272 63 62 0 33 357 51 67
Binary 1011100 1011101 10111010 110011 110010 0 11011 11101111 101001 110111

Color Harmonies of #5C5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5DBA

Black with #5C5DBA

Text Example


Text Example

White with #5C5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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