Html Css Color HEX #586ABA Chetwode Blue

📋 copy color: '#586ABA'

red 88 ◦ green 106 ◦ blue 186

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

Shades of Chetwode Blue #586ABA

Tints of Chetwode Blue #586ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.89%

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

R = 23.16%
G = 27.89%
B = 48.95%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#586ABA (or 0x586ABA) is known color: Chetwode Blue. HEX triplet: 58, 6A and BA. RGB value is (88,106,186). Sum of RGB (Red+Green+Blue) = 88+106+186=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #586ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586ABA is #A79545. Grayscale: #6D6D6D. Windows color (decimal): -10982726 or 12216920. OLE color: 12216920.

HSL color Cylindrical-coordinate representation of color #586ABA: hue angle of 228.98º 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 #586ABA is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 106 186 -
CMYK 0.53 0.43 0 0.27
HSL 228.98º 0.42% 0.54% -
HSV(B) 228.98º 0.53% 0.73% -
XYZ 18.04 15.93 48.58 -
YUV 109.74 171.04 112.5 -
System Red Green Blue C M Y K H S L
Decimal 88 106 186 0.53 0.43 0 0.27 228.98 0.42 0.54
Hex 58 6A BA 35 2B 0 1B E5 2A 36
Octal 130 152 272 65 53 0 33 345 52 66
Binary 1011000 1101010 10111010 110101 101011 0 11011 11100101 101010 110110

Color Harmonies of #586ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586ABA

Black with #586ABA

Text Example


Text Example

White with #586ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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