Html Css Color HEX #5C52BD Rich Blue

📋 copy color: '#5C52BD'

red 92 ◦ green 82 ◦ blue 189

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

Shades of Rich Blue #5C52BD

Tints of Rich Blue #5C52BD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

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

R = 25.34%
G = 22.59%
B = 52.07%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C52BD (or 0x5C52BD) is known color: Rich Blue. HEX triplet: 5C, 52 and BD. RGB value is (92,82,189). Sum of RGB (Red+Green+Blue) = 92+82+189=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C52BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C52BD is #A3AD42. Grayscale: #606060. Windows color (decimal): -10726723 or 12407388. OLE color: 12407388.

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

Color convert

RGB 92 82 189 -
CMYK 0.51 0.57 0 0.26
HSL 245.61º 0.45% 0.53% -
HSV(B) 245.61º 0.57% 0.74% -
XYZ 16.62 11.98 49.58 -
YUV 97.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 92 82 189 0.51 0.57 0 0.26 245.61 0.45 0.53
Hex 5C 52 BD 33 39 0 1A F6 2D 35
Octal 134 122 275 63 71 0 32 366 55 65
Binary 1011100 1010010 10111101 110011 111001 0 11010 11110110 101101 110101

Color Harmonies of #5C52BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C52BD

Black with #5C52BD

Text Example


Text Example

White with #5C52BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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