Html Css Color HEX #586BC0 Chetwode Blue

📋 copy color: '#586BC0'

red 88 ◦ green 107 ◦ blue 192

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

Shades of Chetwode Blue #586BC0

Tints of Chetwode Blue #586BC0

RGB

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

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

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

R = 22.74%
G = 27.65%
B = 49.61%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#586BC0 (or 0x586BC0) is known color: Chetwode Blue. HEX triplet: 58, 6B and C0. RGB value is (88,107,192). Sum of RGB (Red+Green+Blue) = 88+107+192=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #586BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586BC0 is #A7943F. Grayscale: #6E6E6E. Windows color (decimal): -10982464 or 12610392. OLE color: 12610392.

HSL color Cylindrical-coordinate representation of color #586BC0: hue angle of 229.04º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #586BC0 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 107 192 -
CMYK 0.54 0.44 0 0.25
HSL 229.04º 0.45% 0.55% -
HSV(B) 229.04º 0.54% 0.75% -
XYZ 18.8 16.4 52.04 -
YUV 111.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 88 107 192 0.54 0.44 0 0.25 229.04 0.45 0.55
Hex 58 6B C0 36 2C 0 19 E5 2D 37
Octal 130 153 300 66 54 0 31 345 55 67
Binary 1011000 1101011 11000000 110110 101100 0 11001 11100101 101101 110111

Color Harmonies of #586BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586BC0

Black with #586BC0

Text Example


Text Example

White with #586BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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