Html Css Color HEX #5C57BD Rich Blue

📋 copy color: '#5C57BD'

red 92 ◦ green 87 ◦ blue 189

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

Shades of Rich Blue #5C57BD

Tints of Rich Blue #5C57BD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.64%

 BLUE value IS 189 (74.22% from 255) = 51.36%

R = 25%
G = 23.64%
B = 51.36%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C57BD (or 0x5C57BD) is known color: Rich Blue. HEX triplet: 5C, 57 and BD. RGB value is (92,87,189). Sum of RGB (Red+Green+Blue) = 92+87+189=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C57BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C57BD is #A3A842. Grayscale: #636363. Windows color (decimal): -10725443 or 12408668. OLE color: 12408668.

HSL color Cylindrical-coordinate representation of color #5C57BD: hue angle of 242.94º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C57BD is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 87 189 -
CMYK 0.51 0.54 0 0.26
HSL 242.94º 0.44% 0.54% -
HSV(B) 242.94º 0.54% 0.74% -
XYZ 17.01 12.77 49.71 -
YUV 100.12 178.16 122.21 -
System Red Green Blue C M Y K H S L
Decimal 92 87 189 0.51 0.54 0 0.26 242.94 0.44 0.54
Hex 5C 57 BD 33 36 0 1A F3 2C 36
Octal 134 127 275 63 66 0 32 363 54 66
Binary 1011100 1010111 10111101 110011 110110 0 11010 11110011 101100 110110

Color Harmonies of #5C57BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C57BD

Black with #5C57BD

Text Example


Text Example

White with #5C57BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,87,189); }

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

background-color css

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

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

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

border-color css

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

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

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