Html Css Color HEX #585FC1 Rich Blue

📋 copy color: '#585FC1'

red 88 ◦ green 95 ◦ blue 193

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

Shades of Rich Blue #585FC1

Tints of Rich Blue #585FC1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.27%

 BLUE value IS 193 (75.78% from 255) = 51.33%

R = 23.4%
G = 25.27%
B = 51.33%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#585FC1 (or 0x585FC1) is known color: Rich Blue. HEX triplet: 58, 5F and C1. RGB value is (88,95,193). Sum of RGB (Red+Green+Blue) = 88+95+193=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #585FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FC1 is #A7A03E. Grayscale: #676767. Windows color (decimal): -10985535 or 12672856. OLE color: 12672856.

HSL color Cylindrical-coordinate representation of color #585FC1: hue angle of 236º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #585FC1 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 95 193 -
CMYK 0.54 0.51 0 0.24
HSL 236º 0.46% 0.55% -
HSV(B) 236º 0.54% 0.76% -
XYZ 17.74 14.11 52.24 -
YUV 104.08 178.18 116.53 -
System Red Green Blue C M Y K H S L
Decimal 88 95 193 0.54 0.51 0 0.24 236 0.46 0.55
Hex 58 5F C1 36 33 0 18 EC 2E 37
Octal 130 137 301 66 63 0 30 354 56 67
Binary 1011000 1011111 11000001 110110 110011 0 11000 11101100 101110 110111

Color Harmonies of #585FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585FC1

Black with #585FC1

Text Example


Text Example

White with #585FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585FC1; }

 p { color: rgb(88,95,193); }

 H1.HeaderClassName
 {
   color: #585FC1;
 }
 .AnyTagClassName
 {
   color: #585FC1;
 }
</style>

background-color css

<style>
 a { background-color: #585FC1; }

 a { background-color: rgb(88,95,193); }

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

border-color css

<style>
 span { border-color: #585FC1; }

 span { border-color: rgb(88,95,193); }

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