Html Css Color HEX #5D69AA Chetwode Blue

📋 copy color: '#5D69AA'

red 93 ◦ green 105 ◦ blue 170

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

Shades of Chetwode Blue #5D69AA

Tints of Chetwode Blue #5D69AA

RGB

 RED value IS 93 (36.72% from 255) = 25.27%

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

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

R = 25.27%
G = 28.53%
B = 46.2%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D69AA (or 0x5D69AA) is known color: Chetwode Blue. HEX triplet: 5D, 69 and AA. RGB value is (93,105,170). Sum of RGB (Red+Green+Blue) = 93+105+170=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D69AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D69AA is #A29655. Grayscale: #6C6C6C. Windows color (decimal): -10655318 or 11168093. OLE color: 11168093.

HSL color Cylindrical-coordinate representation of color #5D69AA: hue angle of 230.65º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D69AA is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 105 170 -
CMYK 0.45 0.38 0 0.33
HSL 230.65º 0.31% 0.52% -
HSV(B) 230.65º 0.45% 0.67% -
XYZ 16.82 15.33 40.1 -
YUV 108.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 93 105 170 0.45 0.38 0 0.33 230.65 0.31 0.52
Hex 5D 69 AA 2D 26 0 21 E7 1F 34
Octal 135 151 252 55 46 0 41 347 37 64
Binary 1011101 1101001 10101010 101101 100110 0 100001 11100111 11111 110100

Color Harmonies of #5D69AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D69AA

Black with #5D69AA

Text Example


Text Example

White with #5D69AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,105,170); }

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

background-color css

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

 a { background-color: rgb(93,105,170); }

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

border-color css

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

 span { border-color: rgb(93,105,170); }

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