Html Css Color HEX #5568BD Chetwode Blue

📋 copy color: '#5568BD'

red 85 ◦ green 104 ◦ blue 189

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

Shades of Chetwode Blue #5568BD

Tints of Chetwode Blue #5568BD

RGB

 RED value IS 85 (33.59% from 255) = 22.49%

 GREEN value IS 104 (41.02% from 255) = 27.51%

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

R = 22.49%
G = 27.51%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5568BD (or 0x5568BD) is known color: Chetwode Blue. HEX triplet: 55, 68 and BD. RGB value is (85,104,189). Sum of RGB (Red+Green+Blue) = 85+104+189=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #5568BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5568BD is #AA9742. Grayscale: #6B6B6B. Windows color (decimal): -11179843 or 12413013. OLE color: 12413013.

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

Color convert

RGB 85 104 189 -
CMYK 0.55 0.45 0 0.26
HSL 229.04º 0.44% 0.54% -
HSV(B) 229.04º 0.55% 0.74% -
XYZ 17.88 15.51 50.19 -
YUV 108.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 85 104 189 0.55 0.45 0 0.26 229.04 0.44 0.54
Hex 55 68 BD 37 2D 0 1A E5 2C 36
Octal 125 150 275 67 55 0 32 345 54 66
Binary 1010101 1101000 10111101 110111 101101 0 11010 11100101 101100 110110

Color Harmonies of #5568BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5568BD

Black with #5568BD

Text Example


Text Example

White with #5568BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,104,189); }

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

background-color css

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

 a { background-color: rgb(85,104,189); }

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

border-color css

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

 span { border-color: rgb(85,104,189); }

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