Html Css Color HEX #505CB8 Rich Blue

📋 copy color: '#505CB8'

red 80 ◦ green 92 ◦ blue 184

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

Shades of Rich Blue #505CB8

Tints of Rich Blue #505CB8

RGB

 RED value IS 80 (31.64% from 255) = 22.47%

 GREEN value IS 92 (36.33% from 255) = 25.84%

 BLUE value IS 184 (72.27% from 255) = 51.69%

R = 22.47%
G = 25.84%
B = 51.69%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#505CB8 (or 0x505CB8) is known color: Rich Blue. HEX triplet: 50, 5C and B8. RGB value is (80,92,184). Sum of RGB (Red+Green+Blue) = 80+92+184=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #505CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CB8 is #AFA347. Grayscale: #626262. Windows color (decimal): -11510600 or 12082256. OLE color: 12082256.

HSL color Cylindrical-coordinate representation of color #505CB8: hue angle of 233.08º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #505CB8 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 92 184 -
CMYK 0.57 0.50 0 0.28
HSL 233.08º 0.42% 0.52% -
HSV(B) 233.08º 0.57% 0.72% -
XYZ 15.79 12.82 46.99 -
YUV 98.9 176.02 114.52 -
System Red Green Blue C M Y K H S L
Decimal 80 92 184 0.57 0.50 0 0.28 233.08 0.42 0.52
Hex 50 5C B8 39 32 0 1C E9 2A 34
Octal 120 134 270 71 62 0 34 351 52 64
Binary 1010000 1011100 10111000 111001 110010 0 11100 11101001 101010 110100

Color Harmonies of #505CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CB8

Black with #505CB8

Text Example


Text Example

White with #505CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505CB8; }

 p { color: rgb(80,92,184); }

 H1.HeaderClassName
 {
   color: #505CB8;
 }
 .AnyTagClassName
 {
   color: #505CB8;
 }
</style>

background-color css

<style>
 a { background-color: #505CB8; }

 a { background-color: rgb(80,92,184); }

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

border-color css

<style>
 span { border-color: #505CB8; }

 span { border-color: rgb(80,92,184); }

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