Html Css Color HEX #584FC0 Rich Blue

📋 copy color: '#584FC0'

red 88 ◦ green 79 ◦ blue 192

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

Shades of Rich Blue #584FC0

Tints of Rich Blue #584FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.48%

R = 24.51%
G = 22.01%
B = 53.48%

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

#584FC0 (or 0x584FC0) is known color: Rich Blue. HEX triplet: 58, 4F and C0. RGB value is (88,79,192). Sum of RGB (Red+Green+Blue) = 88+79+192=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #584FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584FC0 is #A7B03F. Grayscale: #5E5E5E. Windows color (decimal): -10989632 or 12603224. OLE color: 12603224.

HSL color Cylindrical-coordinate representation of color #584FC0: hue angle of 244.78º 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 #584FC0 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 79 192 -
CMYK 0.54 0.59 0 0.25
HSL 244.78º 0.47% 0.53% -
HSV(B) 244.78º 0.59% 0.75% -
XYZ 16.33 11.47 51.22 -
YUV 94.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 88 79 192 0.54 0.59 0 0.25 244.78 0.47 0.53
Hex 58 4F C0 36 3B 0 19 F5 2F 35
Octal 130 117 300 66 73 0 31 365 57 65
Binary 1011000 1001111 11000000 110110 111011 0 11001 11110101 101111 110101

Color Harmonies of #584FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584FC0

Black with #584FC0

Text Example


Text Example

White with #584FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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