Html Css Color HEX #5C56AF Rich Blue

📋 copy color: '#5C56AF'

red 92 ◦ green 86 ◦ blue 175

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

Shades of Rich Blue #5C56AF

Tints of Rich Blue #5C56AF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.36%

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 26.06%
G = 24.36%
B = 49.58%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5C56AF (or 0x5C56AF) is known color: Rich Blue. HEX triplet: 5C, 56 and AF. RGB value is (92,86,175). Sum of RGB (Red+Green+Blue) = 92+86+175=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C56AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C56AF is #A3A950. Grayscale: #616161. Windows color (decimal): -10725713 or 11490908. OLE color: 11490908.

HSL color Cylindrical-coordinate representation of color #5C56AF: hue angle of 244.04º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C56AF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 92 86 175 -
CMYK 0.47 0.51 0 0.31
HSL 244.04º 0.36% 0.51% -
HSV(B) 244.04º 0.51% 0.69% -
XYZ 15.48 12.03 42.06 -
YUV 97.94 171.49 123.76 -
System Red Green Blue C M Y K H S L
Decimal 92 86 175 0.47 0.51 0 0.31 244.04 0.36 0.51
Hex 5C 56 AF 2F 33 0 1F F4 24 33
Octal 134 126 257 57 63 0 37 364 44 63
Binary 1011100 1010110 10101111 101111 110011 0 11111 11110100 100100 110011

Color Harmonies of #5C56AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C56AF

Black with #5C56AF

Text Example


Text Example

White with #5C56AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,86,175); }

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

background-color css

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

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

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

border-color css

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

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

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