Html Css Color HEX #5568BC Chetwode Blue

📋 copy color: '#5568BC'

red 85 ◦ green 104 ◦ blue 188

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

Shades of Chetwode Blue #5568BC

Tints of Chetwode Blue #5568BC

RGB

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

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

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

R = 22.55%
G = 27.59%
B = 49.87%

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

#5568BC (or 0x5568BC) is known color: Chetwode Blue. HEX triplet: 55, 68 and BC. RGB value is (85,104,188). Sum of RGB (Red+Green+Blue) = 85+104+188=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #5568BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5568BC is #AA9743. Grayscale: #6B6B6B. Windows color (decimal): -11179844 or 12347477. OLE color: 12347477.

HSL color Cylindrical-coordinate representation of color #5568BC: hue angle of 228.93º degrees, saturation: 0.43, 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 #5568BC is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 104 188 -
CMYK 0.55 0.45 0 0.26
HSL 228.93º 0.43% 0.54% -
HSV(B) 228.93º 0.55% 0.74% -
XYZ 17.77 15.46 49.62 -
YUV 107.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 85 104 188 0.55 0.45 0 0.26 228.93 0.43 0.54
Hex 55 68 BC 37 2D 0 1A E5 2B 36
Octal 125 150 274 67 55 0 32 345 53 66
Binary 1010101 1101000 10111100 110111 101101 0 11010 11100101 101011 110110

Color Harmonies of #5568BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5568BC

Black with #5568BC

Text Example


Text Example

White with #5568BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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