Html Css Color HEX #586FBA Chetwode Blue

📋 copy color: '#586FBA'

red 88 ◦ green 111 ◦ blue 186

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

Shades of Chetwode Blue #586FBA

Tints of Chetwode Blue #586FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.83%

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

R = 22.86%
G = 28.83%
B = 48.31%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#586FBA (or 0x586FBA) is known color: Chetwode Blue. HEX triplet: 58, 6F and BA. RGB value is (88,111,186). Sum of RGB (Red+Green+Blue) = 88+111+186=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #586FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586FBA is #A79045. Grayscale: #707070. Windows color (decimal): -10981446 or 12218200. OLE color: 12218200.

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

Color convert

RGB 88 111 186 -
CMYK 0.53 0.40 0 0.27
HSL 225.92º 0.42% 0.54% -
HSV(B) 225.92º 0.53% 0.73% -
XYZ 18.57 16.99 48.75 -
YUV 112.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 88 111 186 0.53 0.40 0 0.27 225.92 0.42 0.54
Hex 58 6F BA 35 28 0 1B E2 2A 36
Octal 130 157 272 65 50 0 33 342 52 66
Binary 1011000 1101111 10111010 110101 101000 0 11011 11100010 101010 110110

Color Harmonies of #586FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586FBA

Black with #586FBA

Text Example


Text Example

White with #586FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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