Html Css Color HEX #586BBA Chetwode Blue

📋 copy color: '#586BBA'

red 88 ◦ green 107 ◦ blue 186

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

Shades of Chetwode Blue #586BBA

Tints of Chetwode Blue #586BBA

RGB

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

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

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

R = 23.1%
G = 28.08%
B = 48.82%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#586BBA (or 0x586BBA) is known color: Chetwode Blue. HEX triplet: 58, 6B and BA. RGB value is (88,107,186). Sum of RGB (Red+Green+Blue) = 88+107+186=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #586BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586BBA is #A79445. Grayscale: #6D6D6D. Windows color (decimal): -10982470 or 12217176. OLE color: 12217176.

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

Color convert

RGB 88 107 186 -
CMYK 0.53 0.42 0 0.27
HSL 228.37º 0.42% 0.54% -
HSV(B) 228.37º 0.53% 0.73% -
XYZ 18.15 16.14 48.61 -
YUV 110.33 170.71 112.08 -
System Red Green Blue C M Y K H S L
Decimal 88 107 186 0.53 0.42 0 0.27 228.37 0.42 0.54
Hex 58 6B BA 35 2A 0 1B E4 2A 36
Octal 130 153 272 65 52 0 33 344 52 66
Binary 1011000 1101011 10111010 110101 101010 0 11011 11100100 101010 110110

Color Harmonies of #586BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586BBA

Black with #586BBA

Text Example


Text Example

White with #586BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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