Html Css Color HEX #5265CC Free Speech Blue

📋 copy color: '#5265CC'

red 82 ◦ green 101 ◦ blue 204

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

Shades of Free Speech Blue #5265CC

Tints of Free Speech Blue #5265CC

RGB

 RED value IS 82 (32.42% from 255) = 21.19%

 GREEN value IS 101 (39.84% from 255) = 26.1%

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

R = 21.19%
G = 26.1%
B = 52.71%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5265CC (or 0x5265CC) is known color: Free Speech Blue. HEX triplet: 52, 65 and CC. RGB value is (82,101,204). Sum of RGB (Red+Green+Blue) = 82+101+204=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #5265CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5265CC is #AD9A33. Grayscale: #6A6A6A. Windows color (decimal): -11377204 or 13395282. OLE color: 13395282.

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

Color convert

RGB 82 101 204 -
CMYK 0.60 0.50 0 0.2
HSL 230.66º 0.54% 0.56% -
HSV(B) 230.66º 0.6% 0.8% -
XYZ 19.03 15.46 59.11 -
YUV 107.06 182.71 110.12 -
System Red Green Blue C M Y K H S L
Decimal 82 101 204 0.60 0.50 0 0.2 230.66 0.54 0.56
Hex 52 65 CC 3C 32 0 14 E7 36 38
Octal 122 145 314 74 62 0 24 347 66 70
Binary 1010010 1100101 11001100 111100 110010 0 10100 11100111 110110 111000

Color Harmonies of #5265CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5265CC

Black with #5265CC

Text Example


Text Example

White with #5265CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,101,204); }

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

background-color css

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

 a { background-color: rgb(82,101,204); }

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

border-color css

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

 span { border-color: rgb(82,101,204); }

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