Html Css Color HEX #586BC1 Chetwode Blue

📋 copy color: '#586BC1'

red 88 ◦ green 107 ◦ blue 193

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

Shades of Chetwode Blue #586BC1

Tints of Chetwode Blue #586BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

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

R = 22.68%
G = 27.58%
B = 49.74%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#586BC1 (or 0x586BC1) is known color: Chetwode Blue. HEX triplet: 58, 6B and C1. RGB value is (88,107,193). Sum of RGB (Red+Green+Blue) = 88+107+193=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #586BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586BC1 is #A7943E. Grayscale: #6E6E6E. Windows color (decimal): -10982463 or 12675928. OLE color: 12675928.

HSL color Cylindrical-coordinate representation of color #586BC1: hue angle of 229.14º 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 #586BC1 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 107 193 -
CMYK 0.54 0.45 0 0.24
HSL 229.14º 0.46% 0.55% -
HSV(B) 229.14º 0.54% 0.76% -
XYZ 18.91 16.44 52.63 -
YUV 111.12 174.21 111.51 -
System Red Green Blue C M Y K H S L
Decimal 88 107 193 0.54 0.45 0 0.24 229.14 0.46 0.55
Hex 58 6B C1 36 2D 0 18 E5 2E 37
Octal 130 153 301 66 55 0 30 345 56 67
Binary 1011000 1101011 11000001 110110 101101 0 11000 11100101 101110 110111

Color Harmonies of #586BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586BC1

Black with #586BC1

Text Example


Text Example

White with #586BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586BC1; }

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

 H1.HeaderClassName
 {
   color: #586BC1;
 }
 .AnyTagClassName
 {
   color: #586BC1;
 }
</style>

background-color css

<style>
 a { background-color: #586BC1; }

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

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

border-color css

<style>
 span { border-color: #586BC1; }

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

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