Html Css Color HEX #586BAE Chetwode Blue

📋 copy color: '#586BAE'

red 88 ◦ green 107 ◦ blue 174

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

Shades of Chetwode Blue #586BAE

Tints of Chetwode Blue #586BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.15%

R = 23.85%
G = 29%
B = 47.15%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#586BAE (or 0x586BAE) is known color: Chetwode Blue. HEX triplet: 58, 6B and AE. RGB value is (88,107,174). Sum of RGB (Red+Green+Blue) = 88+107+174=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #586BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586BAE is #A79451. Grayscale: #6C6C6C. Windows color (decimal): -10982482 or 11430744. OLE color: 11430744.

HSL color Cylindrical-coordinate representation of color #586BAE: hue angle of 226.74º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #586BAE is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 107 174 -
CMYK 0.49 0.39 0 0.32
HSL 226.74º 0.35% 0.51% -
HSV(B) 226.74º 0.49% 0.68% -
XYZ 16.92 15.65 42.17 -
YUV 108.96 164.71 113.05 -
System Red Green Blue C M Y K H S L
Decimal 88 107 174 0.49 0.39 0 0.32 226.74 0.35 0.51
Hex 58 6B AE 31 27 0 20 E3 23 33
Octal 130 153 256 61 47 0 40 343 43 63
Binary 1011000 1101011 10101110 110001 100111 0 100000 11100011 100011 110011

Color Harmonies of #586BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586BAE

Black with #586BAE

Text Example


Text Example

White with #586BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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