Html Css Color HEX #584EBF Rich Blue

📋 copy color: '#584EBF'

red 88 ◦ green 78 ◦ blue 191

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

Shades of Rich Blue #584EBF

Tints of Rich Blue #584EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.5%

R = 24.65%
G = 21.85%
B = 53.5%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#584EBF (or 0x584EBF) is known color: Rich Blue. HEX triplet: 58, 4E and BF. RGB value is (88,78,191). Sum of RGB (Red+Green+Blue) = 88+78+191=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #584EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584EBF is #A7B140. Grayscale: #5D5D5D. Windows color (decimal): -10989889 or 12537432. OLE color: 12537432.

HSL color Cylindrical-coordinate representation of color #584EBF: hue angle of 245.31º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #584EBF is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 78 191 -
CMYK 0.54 0.59 0 0.25
HSL 245.31º 0.47% 0.53% -
HSV(B) 245.31º 0.59% 0.75% -
XYZ 16.15 11.29 50.62 -
YUV 93.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 88 78 191 0.54 0.59 0 0.25 245.31 0.47 0.53
Hex 58 4E BF 36 3B 0 19 F5 2F 35
Octal 130 116 277 66 73 0 31 365 57 65
Binary 1011000 1001110 10111111 110110 111011 0 11001 11110101 101111 110101

Color Harmonies of #584EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584EBF

Black with #584EBF

Text Example


Text Example

White with #584EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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