Html Css Color HEX #586BAA Chetwode Blue

📋 copy color: '#586BAA'

red 88 ◦ green 107 ◦ blue 170

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

Shades of Chetwode Blue #586BAA

Tints of Chetwode Blue #586BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 24.11%
G = 29.32%
B = 46.58%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#586BAA (or 0x586BAA) is known color: Chetwode Blue. HEX triplet: 58, 6B and AA. RGB value is (88,107,170). Sum of RGB (Red+Green+Blue) = 88+107+170=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #586BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586BAA is #A79455. Grayscale: #6C6C6C. Windows color (decimal): -10982486 or 11168600. OLE color: 11168600.

HSL color Cylindrical-coordinate representation of color #586BAA: hue angle of 226.1º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #586BAA is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 107 170 -
CMYK 0.48 0.37 0 0.33
HSL 226.1º 0.33% 0.51% -
HSV(B) 226.1º 0.48% 0.67% -
XYZ 16.54 15.49 40.15 -
YUV 108.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 88 107 170 0.48 0.37 0 0.33 226.1 0.33 0.51
Hex 58 6B AA 30 25 0 21 E2 21 33
Octal 130 153 252 60 45 0 41 342 41 63
Binary 1011000 1101011 10101010 110000 100101 0 100001 11100010 100001 110011

Color Harmonies of #586BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586BAA

Black with #586BAA

Text Example


Text Example

White with #586BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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