Html Css Color HEX #5D6ABF Chetwode Blue

📋 copy color: '#5D6ABF'

red 93 ◦ green 106 ◦ blue 191

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

Shades of Chetwode Blue #5D6ABF

Tints of Chetwode Blue #5D6ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.97%

R = 23.85%
G = 27.18%
B = 48.97%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D6ABF (or 0x5D6ABF) is known color: Chetwode Blue. HEX triplet: 5D, 6A and BF. RGB value is (93,106,191). Sum of RGB (Red+Green+Blue) = 93+106+191=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D6ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6ABF is #A29540. Grayscale: #6F6F6F. Windows color (decimal): -10655041 or 12544605. OLE color: 12544605.

HSL color Cylindrical-coordinate representation of color #5D6ABF: hue angle of 232.04º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D6ABF is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 106 191 -
CMYK 0.51 0.45 0 0.25
HSL 232.04º 0.43% 0.56% -
HSV(B) 232.04º 0.51% 0.75% -
XYZ 19.07 16.4 51.45 -
YUV 111.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 93 106 191 0.51 0.45 0 0.25 232.04 0.43 0.56
Hex 5D 6A BF 33 2D 0 19 E8 2B 38
Octal 135 152 277 63 55 0 31 350 53 70
Binary 1011101 1101010 10111111 110011 101101 0 11001 11101000 101011 111000

Color Harmonies of #5D6ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6ABF

Black with #5D6ABF

Text Example


Text Example

White with #5D6ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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