Html Css Color HEX #5567CA Free Speech Blue

📋 copy color: '#5567CA'

red 85 ◦ green 103 ◦ blue 202

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

Shades of Free Speech Blue #5567CA

Tints of Free Speech Blue #5567CA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.41%

 BLUE value IS 202 (79.3% from 255) = 51.79%

R = 21.79%
G = 26.41%
B = 51.79%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5567CA (or 0x5567CA) is known color: Free Speech Blue. HEX triplet: 55, 67 and CA. RGB value is (85,103,202). Sum of RGB (Red+Green+Blue) = 85+103+202=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #5567CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5567CA is #AA9835. Grayscale: #6C6C6C. Windows color (decimal): -11180086 or 13264725. OLE color: 13264725.

HSL color Cylindrical-coordinate representation of color #5567CA: hue angle of 230.77º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5567CA is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 103 202 -
CMYK 0.58 0.49 0 0.21
HSL 230.77º 0.52% 0.56% -
HSV(B) 230.77º 0.58% 0.79% -
XYZ 19.26 15.9 57.93 -
YUV 108.9 180.54 110.95 -
System Red Green Blue C M Y K H S L
Decimal 85 103 202 0.58 0.49 0 0.21 230.77 0.52 0.56
Hex 55 67 CA 3A 31 0 15 E7 34 38
Octal 125 147 312 72 61 0 25 347 64 70
Binary 1010101 1100111 11001010 111010 110001 0 10101 11100111 110100 111000

Color Harmonies of #5567CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5567CA

Black with #5567CA

Text Example


Text Example

White with #5567CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5567CA; }

 p { color: rgb(85,103,202); }

 H1.HeaderClassName
 {
   color: #5567CA;
 }
 .AnyTagClassName
 {
   color: #5567CA;
 }
</style>

background-color css

<style>
 a { background-color: #5567CA; }

 a { background-color: rgb(85,103,202); }

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

border-color css

<style>
 span { border-color: #5567CA; }

 span { border-color: rgb(85,103,202); }

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