Html Css Color HEX #504ABB Rich Blue

📋 copy color: '#504ABB'

red 80 ◦ green 74 ◦ blue 187

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

Shades of Rich Blue #504ABB

Tints of Rich Blue #504ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

 BLUE value IS 187 (73.44% from 255) = 54.84%

R = 23.46%
G = 21.7%
B = 54.84%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#504ABB (or 0x504ABB) is known color: Rich Blue. HEX triplet: 50, 4A and BB. RGB value is (80,74,187). Sum of RGB (Red+Green+Blue) = 80+74+187=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #504ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504ABB is #AFB544. Grayscale: #585858. Windows color (decimal): -11515205 or 12274256. OLE color: 12274256.

HSL color Cylindrical-coordinate representation of color #504ABB: hue angle of 243.19º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504ABB is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 74 187 -
CMYK 0.57 0.60 0 0.27
HSL 243.19º 0.45% 0.51% -
HSV(B) 243.19º 0.6% 0.73% -
XYZ 14.73 10.19 48.2 -
YUV 88.68 183.49 121.81 -
System Red Green Blue C M Y K H S L
Decimal 80 74 187 0.57 0.60 0 0.27 243.19 0.45 0.51
Hex 50 4A BB 39 3C 0 1B F3 2D 33
Octal 120 112 273 71 74 0 33 363 55 63
Binary 1010000 1001010 10111011 111001 111100 0 11011 11110011 101101 110011

Color Harmonies of #504ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504ABB

Black with #504ABB

Text Example


Text Example

White with #504ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504ABB; }

 p { color: rgb(80,74,187); }

 H1.HeaderClassName
 {
   color: #504ABB;
 }
 .AnyTagClassName
 {
   color: #504ABB;
 }
</style>

background-color css

<style>
 a { background-color: #504ABB; }

 a { background-color: rgb(80,74,187); }

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

border-color css

<style>
 span { border-color: #504ABB; }

 span { border-color: rgb(80,74,187); }

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