Html Css Color HEX #574EBA Rich Blue

📋 copy color: '#574EBA'

red 87 ◦ green 78 ◦ blue 186

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

Shades of Rich Blue #574EBA

Tints of Rich Blue #574EBA

RGB

 RED value IS 87 (34.38% from 255) = 24.79%

 GREEN value IS 78 (30.86% from 255) = 22.22%

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 24.79%
G = 22.22%
B = 52.99%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#574EBA (or 0x574EBA) is known color: Rich Blue. HEX triplet: 57, 4E and BA. RGB value is (87,78,186). Sum of RGB (Red+Green+Blue) = 87+78+186=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #574EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574EBA is #A8B145. Grayscale: #5C5C5C. Windows color (decimal): -11055430 or 12209751. OLE color: 12209751.

HSL color Cylindrical-coordinate representation of color #574EBA: hue angle of 245º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #574EBA is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 78 186 -
CMYK 0.53 0.58 0 0.27
HSL 245º 0.44% 0.52% -
HSV(B) 245º 0.58% 0.73% -
XYZ 15.52 11.02 47.76 -
YUV 93 180.48 123.72 -
System Red Green Blue C M Y K H S L
Decimal 87 78 186 0.53 0.58 0 0.27 245 0.44 0.52
Hex 57 4E BA 35 3A 0 1B F5 2C 34
Octal 127 116 272 65 72 0 33 365 54 64
Binary 1010111 1001110 10111010 110101 111010 0 11011 11110101 101100 110100

Color Harmonies of #574EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574EBA

Black with #574EBA

Text Example


Text Example

White with #574EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574EBA; }

 p { color: rgb(87,78,186); }

 H1.HeaderClassName
 {
   color: #574EBA;
 }
 .AnyTagClassName
 {
   color: #574EBA;
 }
</style>

background-color css

<style>
 a { background-color: #574EBA; }

 a { background-color: rgb(87,78,186); }

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

border-color css

<style>
 span { border-color: #574EBA; }

 span { border-color: rgb(87,78,186); }

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