Html Css Color HEX #5B74B9 Chetwode Blue

📋 copy color: '#5B74B9'

red 91 ◦ green 116 ◦ blue 185

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

Shades of Chetwode Blue #5B74B9

Tints of Chetwode Blue #5B74B9

RGB

 RED value IS 91 (35.94% from 255) = 23.21%

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

 BLUE value IS 185 (72.66% from 255) = 47.19%

R = 23.21%
G = 29.59%
B = 47.19%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B74B9 (or 0x5B74B9) is known color: Chetwode Blue. HEX triplet: 5B, 74 and B9. RGB value is (91,116,185). Sum of RGB (Red+Green+Blue) = 91+116+185=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #5B74B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B74B9 is #A48B46. Grayscale: #747474. Windows color (decimal): -10783559 or 12153947. OLE color: 12153947.

HSL color Cylindrical-coordinate representation of color #5B74B9: hue angle of 224.04º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B74B9 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 116 185 -
CMYK 0.51 0.37 0 0.27
HSL 224.04º 0.4% 0.54% -
HSV(B) 224.04º 0.51% 0.73% -
XYZ 19.32 18.22 48.4 -
YUV 116.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 91 116 185 0.51 0.37 0 0.27 224.04 0.4 0.54
Hex 5B 74 B9 33 25 0 1B E0 28 36
Octal 133 164 271 63 45 0 33 340 50 66
Binary 1011011 1110100 10111001 110011 100101 0 11011 11100000 101000 110110

Color Harmonies of #5B74B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B74B9

Black with #5B74B9

Text Example


Text Example

White with #5B74B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,116,185); }

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

background-color css

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

 a { background-color: rgb(91,116,185); }

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

border-color css

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

 span { border-color: rgb(91,116,185); }

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