Html Css Color HEX #5D6AAA Chetwode Blue

📋 copy color: '#5D6AAA'

red 93 ◦ green 106 ◦ blue 170

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

Shades of Chetwode Blue #5D6AAA

Tints of Chetwode Blue #5D6AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.73%

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

R = 25.2%
G = 28.73%
B = 46.07%

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

#5D6AAA (or 0x5D6AAA) is known color: Chetwode Blue. HEX triplet: 5D, 6A and AA. RGB value is (93,106,170). Sum of RGB (Red+Green+Blue) = 93+106+170=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D6AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6AAA is #A29555. Grayscale: #6D6D6D. Windows color (decimal): -10655062 or 11168349. OLE color: 11168349.

HSL color Cylindrical-coordinate representation of color #5D6AAA: hue angle of 229.87º 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 #5D6AAA is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 106 170 -
CMYK 0.45 0.38 0 0.33
HSL 229.87º 0.31% 0.52% -
HSV(B) 229.87º 0.45% 0.67% -
XYZ 16.92 15.54 40.14 -
YUV 109.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 93 106 170 0.45 0.38 0 0.33 229.87 0.31 0.52
Hex 5D 6A AA 2D 26 0 21 E6 1F 34
Octal 135 152 252 55 46 0 41 346 37 64
Binary 1011101 1101010 10101010 101101 100110 0 100001 11100110 11111 110100

Color Harmonies of #5D6AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6AAA

Black with #5D6AAA

Text Example


Text Example

White with #5D6AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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