Html Css Color HEX #5364BB Chetwode Blue

📋 copy color: '#5364BB'

red 83 ◦ green 100 ◦ blue 187

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

Shades of Chetwode Blue #5364BB

Tints of Chetwode Blue #5364BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.03%

 BLUE value IS 187 (73.44% from 255) = 50.54%

R = 22.43%
G = 27.03%
B = 50.54%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5364BB (or 0x5364BB) is known color: Chetwode Blue. HEX triplet: 53, 64 and BB. RGB value is (83,100,187). Sum of RGB (Red+Green+Blue) = 83+100+187=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #5364BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5364BB is #AC9B44. Grayscale: #686868. Windows color (decimal): -11311941 or 12280915. OLE color: 12280915.

HSL color Cylindrical-coordinate representation of color #5364BB: hue angle of 230.19º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5364BB is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 100 187 -
CMYK 0.56 0.47 0 0.27
HSL 230.19º 0.43% 0.53% -
HSV(B) 230.19º 0.56% 0.73% -
XYZ 17.09 14.54 48.92 -
YUV 104.84 174.37 112.43 -
System Red Green Blue C M Y K H S L
Decimal 83 100 187 0.56 0.47 0 0.27 230.19 0.43 0.53
Hex 53 64 BB 38 2F 0 1B E6 2B 35
Octal 123 144 273 70 57 0 33 346 53 65
Binary 1010011 1100100 10111011 111000 101111 0 11011 11100110 101011 110101

Color Harmonies of #5364BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5364BB

Black with #5364BB

Text Example


Text Example

White with #5364BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5364BB; }

 p { color: rgb(83,100,187); }

 H1.HeaderClassName
 {
   color: #5364BB;
 }
 .AnyTagClassName
 {
   color: #5364BB;
 }
</style>

background-color css

<style>
 a { background-color: #5364BB; }

 a { background-color: rgb(83,100,187); }

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

border-color css

<style>
 span { border-color: #5364BB; }

 span { border-color: rgb(83,100,187); }

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