Html Css Color HEX #584FB2 Rich Blue

📋 copy color: '#584FB2'

red 88 ◦ green 79 ◦ blue 178

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

Shades of Rich Blue #584FB2

Tints of Rich Blue #584FB2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.9%

 BLUE value IS 178 (69.92% from 255) = 51.59%

R = 25.51%
G = 22.9%
B = 51.59%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#584FB2 (or 0x584FB2) is known color: Rich Blue. HEX triplet: 58, 4F and B2. RGB value is (88,79,178). Sum of RGB (Red+Green+Blue) = 88+79+178=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 178 (69.92% from 255 or 51.59% from 345); Max value from RGB is 178 - color contains mainly: blue. Hex color #584FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584FB2 is #A7B04D. Grayscale: #5C5C5C. Windows color (decimal): -10989646 or 11685720. OLE color: 11685720.

HSL color Cylindrical-coordinate representation of color #584FB2: hue angle of 245.45º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #584FB2 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 88 79 178 -
CMYK 0.51 0.56 0 0.30
HSL 245.45º 0.39% 0.5% -
HSV(B) 245.45º 0.56% 0.7% -
XYZ 14.86 10.88 43.44 -
YUV 92.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 88 79 178 0.51 0.56 0 0.30 245.45 0.39 0.5
Hex 58 4F B2 33 38 0 1E F5 27 32
Octal 130 117 262 63 70 0 36 365 47 62
Binary 1011000 1001111 10110010 110011 111000 0 11110 11110101 100111 110010

Color Harmonies of #584FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584FB2

Black with #584FB2

Text Example


Text Example

White with #584FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,79,178); }

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

background-color css

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

 a { background-color: rgb(88,79,178); }

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

border-color css

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

 span { border-color: rgb(88,79,178); }

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