Html Css Color HEX #589ACC Picton Blue

📋 copy color: '#589ACC'

red 88 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #589ACC

Tints of Picton Blue #589ACC

RGB

 RED value IS 88 (34.77% from 255) = 19.73%

 GREEN value IS 154 (60.55% from 255) = 34.53%

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 19.73%
G = 34.53%
B = 45.74%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#589ACC (or 0x589ACC) is known color: Picton Blue. HEX triplet: 58, 9A and CC. RGB value is (88,154,204). Sum of RGB (Red+Green+Blue) = 88+154+204=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #589ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589ACC is #A76533. Grayscale: #8B8B8B. Windows color (decimal): -10970420 or 13408856. OLE color: 13408856.

HSL color Cylindrical-coordinate representation of color #589ACC: hue angle of 205.86º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #589ACC is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 154 204 -
CMYK 0.57 0.25 0 0.2
HSL 205.86º 0.53% 0.57% -
HSV(B) 205.86º 0.57% 0.8% -
XYZ 26.48 29.55 61.43 -
YUV 139.97 164.13 90.93 -
System Red Green Blue C M Y K H S L
Decimal 88 154 204 0.57 0.25 0 0.2 205.86 0.53 0.57
Hex 58 9A CC 39 19 0 14 CE 35 39
Octal 130 232 314 71 31 0 24 316 65 71
Binary 1011000 10011010 11001100 111001 11001 0 10100 11001110 110101 111001

Color Harmonies of #589ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589ACC

Black with #589ACC

Text Example


Text Example

White with #589ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589ACC; }

 p { color: rgb(88,154,204); }

 H1.HeaderClassName
 {
   color: #589ACC;
 }
 .AnyTagClassName
 {
   color: #589ACC;
 }
</style>

background-color css

<style>
 a { background-color: #589ACC; }

 a { background-color: rgb(88,154,204); }

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

border-color css

<style>
 span { border-color: #589ACC; }

 span { border-color: rgb(88,154,204); }

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