Html Css Color HEX #5369BF Chetwode Blue

📋 copy color: '#5369BF'

red 83 ◦ green 105 ◦ blue 191

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

Shades of Chetwode Blue #5369BF

Tints of Chetwode Blue #5369BF

RGB

 RED value IS 83 (32.81% from 255) = 21.9%

 GREEN value IS 105 (41.41% from 255) = 27.7%

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

R = 21.9%
G = 27.7%
B = 50.4%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5369BF (or 0x5369BF) is known color: Chetwode Blue. HEX triplet: 53, 69 and BF. RGB value is (83,105,191). Sum of RGB (Red+Green+Blue) = 83+105+191=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #5369BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5369BF is #AC9640. Grayscale: #6B6B6B. Windows color (decimal): -11310657 or 12544339. OLE color: 12544339.

HSL color Cylindrical-coordinate representation of color #5369BF: hue angle of 227.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5369BF is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 105 191 -
CMYK 0.57 0.45 0 0.25
HSL 227.78º 0.46% 0.54% -
HSV(B) 227.78º 0.57% 0.75% -
XYZ 18.02 15.7 51.37 -
YUV 108.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 83 105 191 0.57 0.45 0 0.25 227.78 0.46 0.54
Hex 53 69 BF 39 2D 0 19 E4 2E 36
Octal 123 151 277 71 55 0 31 344 56 66
Binary 1010011 1101001 10111111 111001 101101 0 11001 11100100 101110 110110

Color Harmonies of #5369BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5369BF

Black with #5369BF

Text Example


Text Example

White with #5369BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5369BF; }

 p { color: rgb(83,105,191); }

 H1.HeaderClassName
 {
   color: #5369BF;
 }
 .AnyTagClassName
 {
   color: #5369BF;
 }
</style>

background-color css

<style>
 a { background-color: #5369BF; }

 a { background-color: rgb(83,105,191); }

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

border-color css

<style>
 span { border-color: #5369BF; }

 span { border-color: rgb(83,105,191); }

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