Html Css Color HEX #5364BC Chetwode Blue

📋 copy color: '#5364BC'

red 83 ◦ green 100 ◦ blue 188

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

Shades of Chetwode Blue #5364BC

Tints of Chetwode Blue #5364BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 22.37%
G = 26.95%
B = 50.67%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5364BC (or 0x5364BC) is known color: Chetwode Blue. HEX triplet: 53, 64 and BC. RGB value is (83,100,188). Sum of RGB (Red+Green+Blue) = 83+100+188=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #5364BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5364BC is #AC9B43. Grayscale: #686868. Windows color (decimal): -11311940 or 12346451. OLE color: 12346451.

HSL color Cylindrical-coordinate representation of color #5364BC: hue angle of 230.29º degrees, saturation: 0.44, 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 #5364BC is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 100 188 -
CMYK 0.56 0.47 0 0.26
HSL 230.29º 0.44% 0.53% -
HSV(B) 230.29º 0.56% 0.74% -
XYZ 17.2 14.58 49.49 -
YUV 104.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 83 100 188 0.56 0.47 0 0.26 230.29 0.44 0.53
Hex 53 64 BC 38 2F 0 1A E6 2C 35
Octal 123 144 274 70 57 0 32 346 54 65
Binary 1010011 1100100 10111100 111000 101111 0 11010 11100110 101100 110101

Color Harmonies of #5364BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5364BC

Black with #5364BC

Text Example


Text Example

White with #5364BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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