Html Css Color HEX #5392CD Picton Blue

📋 copy color: '#5392CD'

red 83 ◦ green 146 ◦ blue 205

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

Shades of Picton Blue #5392CD

Tints of Picton Blue #5392CD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.64%

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

R = 19.12%
G = 33.64%
B = 47.24%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5392CD (or 0x5392CD) is known color: Picton Blue. HEX triplet: 53, 92 and CD. RGB value is (83,146,205). Sum of RGB (Red+Green+Blue) = 83+146+205=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #5392CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5392CD is #AC6D32. Grayscale: #858585. Windows color (decimal): -11300147 or 13472339. OLE color: 13472339.

HSL color Cylindrical-coordinate representation of color #5392CD: hue angle of 209.02º 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 #5392CD is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 146 205 -
CMYK 0.60 0.29 0 0.20
HSL 209.02º 0.55% 0.56% -
HSV(B) 209.02º 0.6% 0.8% -
XYZ 24.87 26.8 61.62 -
YUV 133.89 168.13 91.7 -
System Red Green Blue C M Y K H S L
Decimal 83 146 205 0.60 0.29 0 0.20 209.02 0.55 0.56
Hex 53 92 CD 3C 1D 0 14 D1 37 38
Octal 123 222 315 74 35 0 24 321 67 70
Binary 1010011 10010010 11001101 111100 11101 0 10100 11010001 110111 111000

Color Harmonies of #5392CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5392CD

Black with #5392CD

Text Example


Text Example

White with #5392CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5392CD; }

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

 H1.HeaderClassName
 {
   color: #5392CD;
 }
 .AnyTagClassName
 {
   color: #5392CD;
 }
</style>

background-color css

<style>
 a { background-color: #5392CD; }

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

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

border-color css

<style>
 span { border-color: #5392CD; }

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

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