Html Css Color HEX #5364B8 Chetwode Blue

📋 copy color: '#5364B8'

red 83 ◦ green 100 ◦ blue 184

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

Shades of Chetwode Blue #5364B8

Tints of Chetwode Blue #5364B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.14%

R = 22.62%
G = 27.25%
B = 50.14%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5364B8 (or 0x5364B8) is known color: Chetwode Blue. HEX triplet: 53, 64 and B8. RGB value is (83,100,184). Sum of RGB (Red+Green+Blue) = 83+100+184=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #5364B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5364B8 is #AC9B47. Grayscale: #686868. Windows color (decimal): -11311944 or 12084307. OLE color: 12084307.

HSL color Cylindrical-coordinate representation of color #5364B8: hue angle of 229.9º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5364B8 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 100 184 -
CMYK 0.55 0.46 0 0.28
HSL 229.9º 0.42% 0.52% -
HSV(B) 229.9º 0.55% 0.72% -
XYZ 16.78 14.41 47.25 -
YUV 104.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 83 100 184 0.55 0.46 0 0.28 229.9 0.42 0.52
Hex 53 64 B8 37 2E 0 1C E6 2A 34
Octal 123 144 270 67 56 0 34 346 52 64
Binary 1010011 1100100 10111000 110111 101110 0 11100 11100110 101010 110100

Color Harmonies of #5364B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5364B8

Black with #5364B8

Text Example


Text Example

White with #5364B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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