Html Css Color HEX #052838 Black Pearl

📋 copy color: '#052838'

red 5 ◦ green 40 ◦ blue 56

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

Shades of Black Pearl #052838

Tints of Black Pearl #052838

RGB

 RED value IS 5 (2.34% from 255) = 4.95%

 GREEN value IS 40 (16.02% from 255) = 39.6%

 BLUE value IS 56 (22.27% from 255) = 55.45%

R = 4.95%
G = 39.6%
B = 55.45%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052838 (or 0x052838) is known color: Black Pearl. HEX triplet: 05, 28 and 38. RGB value is (5,40,56). Sum of RGB (Red+Green+Blue) = 5+40+56=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #052838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052838 is #FAD7C7. Grayscale: #1F1F1F. Windows color (decimal): -16439240 or 3680261. OLE color: 3680261.

HSL color Cylindrical-coordinate representation of color #052838: hue angle of 198.82º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052838 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 40 56 -
CMYK 0.91 0.29 0 0.78
HSL 198.82º 0.84% 0.12% -
HSV(B) 198.82º 0.91% 0.22% -
XYZ 1.54 1.84 4.01 -
YUV 31.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 5 40 56 0.91 0.29 0 0.78 198.82 0.84 0.12
Hex 5 28 38 5B 1D 0 4E C7 54 C
Octal 5 50 70 133 35 0 116 307 124 14
Binary 101 101000 111000 1011011 11101 0 1001110 11000111 1010100 1100

Color Harmonies of #052838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052838

Black with #052838

Text Example


Text Example

White with #052838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052838; }

 p { color: rgb(5,40,56); }

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

background-color css

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

 a { background-color: rgb(5,40,56); }

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

border-color css

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

 span { border-color: rgb(5,40,56); }

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