Html Css Color HEX #5C58BC Rich Blue

📋 copy color: '#5C58BC'

red 92 ◦ green 88 ◦ blue 188

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

Shades of Rich Blue #5C58BC

Tints of Rich Blue #5C58BC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.91%

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 25%
G = 23.91%
B = 51.09%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C58BC (or 0x5C58BC) is known color: Rich Blue. HEX triplet: 5C, 58 and BC. RGB value is (92,88,188). Sum of RGB (Red+Green+Blue) = 92+88+188=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C58BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C58BC is #A3A743. Grayscale: #646464. Windows color (decimal): -10725188 or 12343388. OLE color: 12343388.

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

Color convert

RGB 92 88 188 -
CMYK 0.51 0.53 0 0.26
HSL 242.4º 0.43% 0.54% -
HSV(B) 242.4º 0.53% 0.74% -
XYZ 16.98 12.89 49.17 -
YUV 100.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 92 88 188 0.51 0.53 0 0.26 242.4 0.43 0.54
Hex 5C 58 BC 33 35 0 1A F2 2B 36
Octal 134 130 274 63 65 0 32 362 53 66
Binary 1011100 1011000 10111100 110011 110101 0 11010 11110010 101011 110110

Color Harmonies of #5C58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C58BC

Black with #5C58BC

Text Example


Text Example

White with #5C58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,88,188); }

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

background-color css

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

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

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

border-color css

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

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

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