Html Css Color HEX #586DBA Chetwode Blue

📋 copy color: '#586DBA'

red 88 ◦ green 109 ◦ blue 186

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

Shades of Chetwode Blue #586DBA

Tints of Chetwode Blue #586DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.46%

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 22.98%
G = 28.46%
B = 48.56%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#586DBA (or 0x586DBA) is known color: Chetwode Blue. HEX triplet: 58, 6D and BA. RGB value is (88,109,186). Sum of RGB (Red+Green+Blue) = 88+109+186=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #586DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586DBA is #A79245. Grayscale: #6F6F6F. Windows color (decimal): -10981958 or 12217688. OLE color: 12217688.

HSL color Cylindrical-coordinate representation of color #586DBA: hue angle of 227.14º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #586DBA is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 109 186 -
CMYK 0.53 0.41 0 0.27
HSL 227.14º 0.42% 0.54% -
HSV(B) 227.14º 0.53% 0.73% -
XYZ 18.36 16.56 48.68 -
YUV 111.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 88 109 186 0.53 0.41 0 0.27 227.14 0.42 0.54
Hex 58 6D BA 35 29 0 1B E3 2A 36
Octal 130 155 272 65 51 0 33 343 52 66
Binary 1011000 1101101 10111010 110101 101001 0 11011 11100011 101010 110110

Color Harmonies of #586DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586DBA

Black with #586DBA

Text Example


Text Example

White with #586DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,109,186); }

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

background-color css

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

 a { background-color: rgb(88,109,186); }

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

border-color css

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

 span { border-color: rgb(88,109,186); }

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