Html Css Color HEX #584CBC Rich Blue

📋 copy color: '#584CBC'

red 88 ◦ green 76 ◦ blue 188

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

Shades of Rich Blue #584CBC

Tints of Rich Blue #584CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.59%

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 25%
G = 21.59%
B = 53.41%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#584CBC (or 0x584CBC) is known color: Rich Blue. HEX triplet: 58, 4C and BC. RGB value is (88,76,188). Sum of RGB (Red+Green+Blue) = 88+76+188=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #584CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584CBC is #A7B343. Grayscale: #5B5B5B. Windows color (decimal): -10990404 or 12340312. OLE color: 12340312.

HSL color Cylindrical-coordinate representation of color #584CBC: hue angle of 246.43º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #584CBC is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 76 188 -
CMYK 0.53 0.60 0 0.26
HSL 246.43º 0.46% 0.52% -
HSV(B) 246.43º 0.6% 0.74% -
XYZ 15.69 10.87 48.85 -
YUV 92.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 88 76 188 0.53 0.60 0 0.26 246.43 0.46 0.52
Hex 58 4C BC 35 3C 0 1A F6 2E 34
Octal 130 114 274 65 74 0 32 366 56 64
Binary 1011000 1001100 10111100 110101 111100 0 11010 11110110 101110 110100

Color Harmonies of #584CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584CBC

Black with #584CBC

Text Example


Text Example

White with #584CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,76,188); }

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

background-color css

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

 a { background-color: rgb(88,76,188); }

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

border-color css

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

 span { border-color: rgb(88,76,188); }

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