Html Css Color HEX #5D72BE Chetwode Blue

📋 copy color: '#5D72BE'

red 93 ◦ green 114 ◦ blue 190

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

Shades of Chetwode Blue #5D72BE

Tints of Chetwode Blue #5D72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.72%

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 23.43%
G = 28.72%
B = 47.86%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D72BE (or 0x5D72BE) is known color: Chetwode Blue. HEX triplet: 5D, 72 and BE. RGB value is (93,114,190). Sum of RGB (Red+Green+Blue) = 93+114+190=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D72BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D72BE is #A28D41. Grayscale: #747474. Windows color (decimal): -10652994 or 12481117. OLE color: 12481117.

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

Color convert

RGB 93 114 190 -
CMYK 0.51 0.40 0 0.25
HSL 227.01º 0.43% 0.55% -
HSV(B) 227.01º 0.51% 0.75% -
XYZ 19.83 18.08 51.16 -
YUV 116.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 93 114 190 0.51 0.40 0 0.25 227.01 0.43 0.55
Hex 5D 72 BE 33 28 0 19 E3 2B 37
Octal 135 162 276 63 50 0 31 343 53 67
Binary 1011101 1110010 10111110 110011 101000 0 11001 11100011 101011 110111

Color Harmonies of #5D72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D72BE

Black with #5D72BE

Text Example


Text Example

White with #5D72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,114,190); }

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

background-color css

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

 a { background-color: rgb(93,114,190); }

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

border-color css

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

 span { border-color: rgb(93,114,190); }

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