Html Css Color HEX #53A2E4 Picton Blue

📋 copy color: '#53A2E4'

red 83 ◦ green 162 ◦ blue 228

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

Shades of Picton Blue #53A2E4

Tints of Picton Blue #53A2E4

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.25%

 BLUE value IS 228 (89.45% from 255) = 48.2%

R = 17.55%
G = 34.25%
B = 48.2%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#53A2E4 (or 0x53A2E4) is known color: Picton Blue. HEX triplet: 53, A2 and E4. RGB value is (83,162,228). Sum of RGB (Red+Green+Blue) = 83+162+228=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 228 (89.45% from 255 or 48.20% from 473); Max value from RGB is 228 - color contains mainly: blue. Hex color #53A2E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A2E4 is #AC5D1B. Grayscale: #919191. Windows color (decimal): -11296028 or 14983763. OLE color: 14983763.

HSL color Cylindrical-coordinate representation of color #53A2E4: hue angle of 207.31º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53A2E4 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 83 162 228 -
CMYK 0.64 0.29 0 0.11
HSL 207.31º 0.73% 0.61% -
HSV(B) 207.31º 0.64% 0.89% -
XYZ 30.49 33.28 78.22 -
YUV 145.9 174.33 83.13 -
System Red Green Blue C M Y K H S L
Decimal 83 162 228 0.64 0.29 0 0.11 207.31 0.73 0.61
Hex 53 A2 E4 40 1D 0 B CF 49 3D
Octal 123 242 344 100 35 0 13 317 111 75
Binary 1010011 10100010 11100100 1000000 11101 0 1011 11001111 1001001 111101

Color Harmonies of #53A2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A2E4

Black with #53A2E4

Text Example


Text Example

White with #53A2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53A2E4; }

 p { color: rgb(83,162,228); }

 H1.HeaderClassName
 {
   color: #53A2E4;
 }
 .AnyTagClassName
 {
   color: #53A2E4;
 }
</style>

background-color css

<style>
 a { background-color: #53A2E4; }

 a { background-color: rgb(83,162,228); }

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

border-color css

<style>
 span { border-color: #53A2E4; }

 span { border-color: rgb(83,162,228); }

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