Html Css Color HEX #586EC2 Chetwode Blue

📋 copy color: '#586EC2'

red 88 ◦ green 110 ◦ blue 194

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

Shades of Chetwode Blue #586EC2

Tints of Chetwode Blue #586EC2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.06%

 BLUE value IS 194 (76.17% from 255) = 49.49%

R = 22.45%
G = 28.06%
B = 49.49%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#586EC2 (or 0x586EC2) is known color: Chetwode Blue. HEX triplet: 58, 6E and C2. RGB value is (88,110,194). Sum of RGB (Red+Green+Blue) = 88+110+194=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: blue. Hex color #586EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586EC2 is #A7913D. Grayscale: #707070. Windows color (decimal): -10981694 or 12742232. OLE color: 12742232.

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

Color convert

RGB 88 110 194 -
CMYK 0.55 0.43 0 0.24
HSL 227.55º 0.46% 0.55% -
HSV(B) 227.55º 0.55% 0.76% -
XYZ 19.34 17.12 53.32 -
YUV 113 173.71 110.17 -
System Red Green Blue C M Y K H S L
Decimal 88 110 194 0.55 0.43 0 0.24 227.55 0.46 0.55
Hex 58 6E C2 37 2B 0 18 E4 2E 37
Octal 130 156 302 67 53 0 30 344 56 67
Binary 1011000 1101110 11000010 110111 101011 0 11000 11100100 101110 110111

Color Harmonies of #586EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586EC2

Black with #586EC2

Text Example


Text Example

White with #586EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,110,194); }

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

background-color css

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

 a { background-color: rgb(88,110,194); }

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

border-color css

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

 span { border-color: rgb(88,110,194); }

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