Html Css Color HEX #5E75BF Chetwode Blue

📋 copy color: '#5E75BF'

red 94 ◦ green 117 ◦ blue 191

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

Shades of Chetwode Blue #5E75BF

Tints of Chetwode Blue #5E75BF

RGB

 RED value IS 94 (37.11% from 255) = 23.38%

 GREEN value IS 117 (46.09% from 255) = 29.1%

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

R = 23.38%
G = 29.1%
B = 47.51%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E75BF (or 0x5E75BF) is known color: Chetwode Blue. HEX triplet: 5E, 75 and BF. RGB value is (94,117,191). Sum of RGB (Red+Green+Blue) = 94+117+191=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E75BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E75BF is #A18A40. Grayscale: #767676. Windows color (decimal): -10586689 or 12547422. OLE color: 12547422.

HSL color Cylindrical-coordinate representation of color #5E75BF: hue angle of 225.77º 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 #5E75BF is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 117 191 -
CMYK 0.51 0.39 0 0.25
HSL 225.77º 0.43% 0.56% -
HSV(B) 225.77º 0.51% 0.75% -
XYZ 20.38 18.86 51.86 -
YUV 118.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 94 117 191 0.51 0.39 0 0.25 225.77 0.43 0.56
Hex 5E 75 BF 33 27 0 19 E2 2B 38
Octal 136 165 277 63 47 0 31 342 53 70
Binary 1011110 1110101 10111111 110011 100111 0 11001 11100010 101011 111000

Color Harmonies of #5E75BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E75BF

Black with #5E75BF

Text Example


Text Example

White with #5E75BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,117,191); }

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

background-color css

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

 a { background-color: rgb(94,117,191); }

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

border-color css

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

 span { border-color: rgb(94,117,191); }

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