Html Css Color HEX #53A8CD Picton Blue

📋 copy color: '#53A8CD'

red 83 ◦ green 168 ◦ blue 205

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

Shades of Picton Blue #53A8CD

Tints of Picton Blue #53A8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.84%

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 18.2%
G = 36.84%
B = 44.96%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#53A8CD (or 0x53A8CD) is known color: Picton Blue. HEX triplet: 53, A8 and CD. RGB value is (83,168,205). Sum of RGB (Red+Green+Blue) = 83+168+205=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #53A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8CD is #AC5732. Grayscale: #929292. Windows color (decimal): -11294515 or 13477971. OLE color: 13477971.

HSL color Cylindrical-coordinate representation of color #53A8CD: hue angle of 198.2º degrees, saturation: 0.55, 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 #53A8CD is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 168 205 -
CMYK 0.60 0.18 0 0.20
HSL 198.2º 0.55% 0.56% -
HSV(B) 198.2º 0.6% 0.8% -
XYZ 28.59 34.25 62.86 -
YUV 146.8 160.84 82.49 -
System Red Green Blue C M Y K H S L
Decimal 83 168 205 0.60 0.18 0 0.20 198.2 0.55 0.56
Hex 53 A8 CD 3C 12 0 14 C6 37 38
Octal 123 250 315 74 22 0 24 306 67 70
Binary 1010011 10101000 11001101 111100 10010 0 10100 11000110 110111 111000

Color Harmonies of #53A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A8CD

Black with #53A8CD

Text Example


Text Example

White with #53A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,168,205); }

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

background-color css

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

 a { background-color: rgb(83,168,205); }

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

border-color css

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

 span { border-color: rgb(83,168,205); }

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