Html Css Color HEX #584EBA Rich Blue

📋 copy color: '#584EBA'

red 88 ◦ green 78 ◦ blue 186

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

Shades of Rich Blue #584EBA

Tints of Rich Blue #584EBA

RGB

 RED value IS 88 (34.77% from 255) = 25%

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

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

R = 25%
G = 22.16%
B = 52.84%

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

#584EBA (or 0x584EBA) is known color: Rich Blue. HEX triplet: 58, 4E and BA. RGB value is (88,78,186). Sum of RGB (Red+Green+Blue) = 88+78+186=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #584EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584EBA is #A7B145. Grayscale: #5C5C5C. Windows color (decimal): -10989894 or 12209752. OLE color: 12209752.

HSL color Cylindrical-coordinate representation of color #584EBA: hue angle of 245.56º 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 #584EBA is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 78 186 -
CMYK 0.53 0.58 0 0.27
HSL 245.56º 0.44% 0.52% -
HSV(B) 245.56º 0.58% 0.73% -
XYZ 15.61 11.07 47.77 -
YUV 93.3 180.31 124.22 -
System Red Green Blue C M Y K H S L
Decimal 88 78 186 0.53 0.58 0 0.27 245.56 0.44 0.52
Hex 58 4E BA 35 3A 0 1B F6 2C 34
Octal 130 116 272 65 72 0 33 366 54 64
Binary 1011000 1001110 10111010 110101 111010 0 11011 11110110 101100 110100

Color Harmonies of #584EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584EBA

Black with #584EBA

Text Example


Text Example

White with #584EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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