Html Css Color HEX #5D6BAC Chetwode Blue

📋 copy color: '#5D6BAC'

red 93 ◦ green 107 ◦ blue 172

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

Shades of Chetwode Blue #5D6BAC

Tints of Chetwode Blue #5D6BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 25%
G = 28.76%
B = 46.24%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D6BAC (or 0x5D6BAC) is known color: Chetwode Blue. HEX triplet: 5D, 6B and AC. RGB value is (93,107,172). Sum of RGB (Red+Green+Blue) = 93+107+172=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D6BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6BAC is #A29453. Grayscale: #6D6D6D. Windows color (decimal): -10654804 or 11299677. OLE color: 11299677.

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

Color convert

RGB 93 107 172 -
CMYK 0.46 0.38 0 0.33
HSL 229.37º 0.32% 0.52% -
HSV(B) 229.37º 0.46% 0.67% -
XYZ 17.22 15.82 41.18 -
YUV 110.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 93 107 172 0.46 0.38 0 0.33 229.37 0.32 0.52
Hex 5D 6B AC 2E 26 0 21 E5 20 34
Octal 135 153 254 56 46 0 41 345 40 64
Binary 1011101 1101011 10101100 101110 100110 0 100001 11100101 100000 110100

Color Harmonies of #5D6BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6BAC

Black with #5D6BAC

Text Example


Text Example

White with #5D6BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,107,172); }

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

background-color css

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

 a { background-color: rgb(93,107,172); }

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

border-color css

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

 span { border-color: rgb(93,107,172); }

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