Html Css Color HEX #53A3E0 Picton Blue

📋 copy color: '#53A3E0'

red 83 ◦ green 163 ◦ blue 224

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

Shades of Picton Blue #53A3E0

Tints of Picton Blue #53A3E0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.68%

 BLUE value IS 224 (87.89% from 255) = 47.66%

R = 17.66%
G = 34.68%
B = 47.66%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#53A3E0 (or 0x53A3E0) is known color: Picton Blue. HEX triplet: 53, A3 and E0. RGB value is (83,163,224). Sum of RGB (Red+Green+Blue) = 83+163+224=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #53A3E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A3E0 is #AC5C1F. Grayscale: #919191. Windows color (decimal): -11295776 or 14721875. OLE color: 14721875.

HSL color Cylindrical-coordinate representation of color #53A3E0: hue angle of 205.96º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53A3E0 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 163 224 -
CMYK 0.63 0.27 0 0.12
HSL 205.96º 0.69% 0.6% -
HSV(B) 205.96º 0.63% 0.88% -
XYZ 30.12 33.42 75.38 -
YUV 146.03 172 83.04 -
System Red Green Blue C M Y K H S L
Decimal 83 163 224 0.63 0.27 0 0.12 205.96 0.69 0.6
Hex 53 A3 E0 3F 1B 0 C CE 45 3C
Octal 123 243 340 77 33 0 14 316 105 74
Binary 1010011 10100011 11100000 111111 11011 0 1100 11001110 1000101 111100

Color Harmonies of #53A3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A3E0

Black with #53A3E0

Text Example


Text Example

White with #53A3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,163,224); }

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

background-color css

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

 a { background-color: rgb(83,163,224); }

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

border-color css

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

 span { border-color: rgb(83,163,224); }

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