Html Css Color HEX #5266CA Free Speech Blue

📋 copy color: '#5266CA'

red 82 ◦ green 102 ◦ blue 202

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

Shades of Free Speech Blue #5266CA

Tints of Free Speech Blue #5266CA

RGB

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

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

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

R = 21.24%
G = 26.42%
B = 52.33%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5266CA (or 0x5266CA) is known color: Free Speech Blue. HEX triplet: 52, 66 and CA. RGB value is (82,102,202). Sum of RGB (Red+Green+Blue) = 82+102+202=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #5266CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5266CA is #AD9935. Grayscale: #6B6B6B. Windows color (decimal): -11376950 or 13264466. OLE color: 13264466.

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

Color convert

RGB 82 102 202 -
CMYK 0.59 0.50 0 0.21
HSL 230º 0.53% 0.56% -
HSV(B) 230º 0.59% 0.79% -
XYZ 18.89 15.56 57.88 -
YUV 107.42 181.37 109.87 -
System Red Green Blue C M Y K H S L
Decimal 82 102 202 0.59 0.50 0 0.21 230 0.53 0.56
Hex 52 66 CA 3B 32 0 15 E6 35 38
Octal 122 146 312 73 62 0 25 346 65 70
Binary 1010010 1100110 11001010 111011 110010 0 10101 11100110 110101 111000

Color Harmonies of #5266CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5266CA

Black with #5266CA

Text Example


Text Example

White with #5266CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,102,202); }

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

background-color css

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

 a { background-color: rgb(82,102,202); }

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

border-color css

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

 span { border-color: rgb(82,102,202); }

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