Html Css Color HEX #5369BD Chetwode Blue

📋 copy color: '#5369BD'

red 83 ◦ green 105 ◦ blue 189

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

Shades of Chetwode Blue #5369BD

Tints of Chetwode Blue #5369BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 22.02%
G = 27.85%
B = 50.13%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5369BD (or 0x5369BD) is known color: Chetwode Blue. HEX triplet: 53, 69 and BD. RGB value is (83,105,189). Sum of RGB (Red+Green+Blue) = 83+105+189=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #5369BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5369BD is #AC9642. Grayscale: #6B6B6B. Windows color (decimal): -11310659 or 12413267. OLE color: 12413267.

HSL color Cylindrical-coordinate representation of color #5369BD: hue angle of 227.55º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5369BD is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 105 189 -
CMYK 0.56 0.44 0 0.26
HSL 227.55º 0.45% 0.53% -
HSV(B) 227.55º 0.56% 0.74% -
XYZ 17.8 15.62 50.22 -
YUV 108 173.71 110.17 -
System Red Green Blue C M Y K H S L
Decimal 83 105 189 0.56 0.44 0 0.26 227.55 0.45 0.53
Hex 53 69 BD 38 2C 0 1A E4 2D 35
Octal 123 151 275 70 54 0 32 344 55 65
Binary 1010011 1101001 10111101 111000 101100 0 11010 11100100 101101 110101

Color Harmonies of #5369BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5369BD

Black with #5369BD

Text Example


Text Example

White with #5369BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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