Html Css Color HEX #5B69AE Chetwode Blue

📋 copy color: '#5B69AE'

red 91 ◦ green 105 ◦ blue 174

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

Shades of Chetwode Blue #5B69AE

Tints of Chetwode Blue #5B69AE

RGB

 RED value IS 91 (35.94% from 255) = 24.59%

 GREEN value IS 105 (41.41% from 255) = 28.38%

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

R = 24.59%
G = 28.38%
B = 47.03%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B69AE (or 0x5B69AE) is known color: Chetwode Blue. HEX triplet: 5B, 69 and AE. RGB value is (91,105,174). Sum of RGB (Red+Green+Blue) = 91+105+174=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B69AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B69AE is #A49651. Grayscale: #6C6C6C. Windows color (decimal): -10786386 or 11430235. OLE color: 11430235.

HSL color Cylindrical-coordinate representation of color #5B69AE: hue angle of 229.88º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B69AE is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 105 174 -
CMYK 0.48 0.40 0 0.32
HSL 229.88º 0.34% 0.52% -
HSV(B) 229.88º 0.48% 0.68% -
XYZ 17.01 15.38 42.12 -
YUV 108.68 164.86 115.39 -
System Red Green Blue C M Y K H S L
Decimal 91 105 174 0.48 0.40 0 0.32 229.88 0.34 0.52
Hex 5B 69 AE 30 28 0 20 E6 22 34
Octal 133 151 256 60 50 0 40 346 42 64
Binary 1011011 1101001 10101110 110000 101000 0 100000 11100110 100010 110100

Color Harmonies of #5B69AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B69AE

Black with #5B69AE

Text Example


Text Example

White with #5B69AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B69AE; }

 p { color: rgb(91,105,174); }

 H1.HeaderClassName
 {
   color: #5B69AE;
 }
 .AnyTagClassName
 {
   color: #5B69AE;
 }
</style>

background-color css

<style>
 a { background-color: #5B69AE; }

 a { background-color: rgb(91,105,174); }

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

border-color css

<style>
 span { border-color: #5B69AE; }

 span { border-color: rgb(91,105,174); }

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