Html Css Color HEX #5D74BE Chetwode Blue

📋 copy color: '#5D74BE'

red 93 ◦ green 116 ◦ blue 190

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

Shades of Chetwode Blue #5D74BE

Tints of Chetwode Blue #5D74BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.07%

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

R = 23.31%
G = 29.07%
B = 47.62%

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

#5D74BE (or 0x5D74BE) is known color: Chetwode Blue. HEX triplet: 5D, 74 and BE. RGB value is (93,116,190). Sum of RGB (Red+Green+Blue) = 93+116+190=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D74BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D74BE is #A28B41. Grayscale: #757575. Windows color (decimal): -10652482 or 12481629. OLE color: 12481629.

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

Color convert

RGB 93 116 190 -
CMYK 0.51 0.39 0 0.25
HSL 225.77º 0.43% 0.55% -
HSV(B) 225.77º 0.51% 0.75% -
XYZ 20.05 18.54 51.24 -
YUV 117.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 93 116 190 0.51 0.39 0 0.25 225.77 0.43 0.55
Hex 5D 74 BE 33 27 0 19 E2 2B 37
Octal 135 164 276 63 47 0 31 342 53 67
Binary 1011101 1110100 10111110 110011 100111 0 11001 11100010 101011 110111

Color Harmonies of #5D74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D74BE

Black with #5D74BE

Text Example


Text Example

White with #5D74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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