Html Css Color HEX #5E75BE Chetwode Blue

📋 copy color: '#5E75BE'

red 94 ◦ green 117 ◦ blue 190

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

Shades of Chetwode Blue #5E75BE

Tints of Chetwode Blue #5E75BE

RGB

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

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

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

R = 23.44%
G = 29.18%
B = 47.38%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E75BE (or 0x5E75BE) is known color: Chetwode Blue. HEX triplet: 5E, 75 and BE. RGB value is (94,117,190). Sum of RGB (Red+Green+Blue) = 94+117+190=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E75BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E75BE is #A18A41. Grayscale: #767676. Windows color (decimal): -10586690 or 12481886. OLE color: 12481886.

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

Color convert

RGB 94 117 190 -
CMYK 0.51 0.38 0 0.25
HSL 225.63º 0.42% 0.56% -
HSV(B) 225.63º 0.51% 0.75% -
XYZ 20.27 18.82 51.28 -
YUV 118.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 94 117 190 0.51 0.38 0 0.25 225.63 0.42 0.56
Hex 5E 75 BE 33 26 0 19 E2 2A 38
Octal 136 165 276 63 46 0 31 342 52 70
Binary 1011110 1110101 10111110 110011 100110 0 11001 11100010 101010 111000

Color Harmonies of #5E75BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E75BE

Black with #5E75BE

Text Example


Text Example

White with #5E75BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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