Html Css Color HEX #5366CC Free Speech Blue

📋 copy color: '#5366CC'

red 83 ◦ green 102 ◦ blue 204

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

Shades of Free Speech Blue #5366CC

Tints of Free Speech Blue #5366CC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.22%

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 21.34%
G = 26.22%
B = 52.44%

CMYK

 C value IS 0.59

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5366CC (or 0x5366CC) is known color: Free Speech Blue. HEX triplet: 53, 66 and CC. RGB value is (83,102,204). Sum of RGB (Red+Green+Blue) = 83+102+204=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #5366CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5366CC is #AC9933. Grayscale: #6B6B6B. Windows color (decimal): -11311412 or 13395539. OLE color: 13395539.

HSL color Cylindrical-coordinate representation of color #5366CC: hue angle of 230.58º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5366CC is Cyan = 0.59, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 102 204 -
CMYK 0.59 0.5 0 0.2
HSL 230.58º 0.54% 0.56% -
HSV(B) 230.58º 0.59% 0.8% -
XYZ 19.22 15.7 59.14 -
YUV 107.95 182.21 110.21 -
System Red Green Blue C M Y K H S L
Decimal 83 102 204 0.59 0.5 0 0.2 230.58 0.54 0.56
Hex 53 66 CC 3B 32 0 14 E7 36 38
Octal 123 146 314 73 62 0 24 347 66 70
Binary 1010011 1100110 11001100 111011 110010 0 10100 11100111 110110 111000

Color Harmonies of #5366CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5366CC

Black with #5366CC

Text Example


Text Example

White with #5366CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5366CC; }

 p { color: rgb(83,102,204); }

 H1.HeaderClassName
 {
   color: #5366CC;
 }
 .AnyTagClassName
 {
   color: #5366CC;
 }
</style>

background-color css

<style>
 a { background-color: #5366CC; }

 a { background-color: rgb(83,102,204); }

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

border-color css

<style>
 span { border-color: #5366CC; }

 span { border-color: rgb(83,102,204); }

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